GoogleApi.OnDemandScanning.V1.Model.FileHashes (google_api_on_demand_scanning v0.7.0)
View SourceContainer message for hashes of byte content of files, used in source messages to verify integrity of source input to the build.
Attributes
-
fileHash
(type:list(GoogleApi.OnDemandScanning.V1.Model.Hash.t)
, default:nil
) - Required. Collection of file hashes.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.OnDemandScanning.V1.Model.FileHashes{ fileHash: [GoogleApi.OnDemandScanning.V1.Model.Hash.t()] | nil }