View Source GoogleApi.OSConfig.V1.Model.OSPolicyResourceFileRemote (google_api_os_config v0.21.1)

Specifies a file available via some URI.

Attributes

  • sha256Checksum (type: String.t, default: nil) - SHA256 checksum of the remote file.
  • uri (type: String.t, default: nil) - Required. URI from which to fetch the object. It should contain both the protocol and path following the format {protocol}://{location}.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.OSConfig.V1.Model.OSPolicyResourceFileRemote{
  sha256Checksum: String.t() | nil,
  uri: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.