GoogleApi.RemoteBuildExecution.V2.Model.GoogleDevtoolsRemoteworkersV1test2Blob (google_api_remote_build_execution v0.20.0) View Source
Describes a blob of binary content with its digest.
Attributes
-
contents
(type:String.t
, default:nil
) - The contents of the blob. -
digest
(type:GoogleApi.RemoteBuildExecution.V2.Model.GoogleDevtoolsRemoteworkersV1test2Digest.t
, default:nil
) - The digest of the blob. This should be verified by the receiver.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.RemoteBuildExecution.V2.Model.GoogleDevtoolsRemoteworkersV1test2Blob{ contents: String.t() | nil, digest: GoogleApi.RemoteBuildExecution.V2.Model.GoogleDevtoolsRemoteworkersV1test2Digest.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.