GoogleApi.OnDemandScanning.V1.Model.BuildDefinition (google_api_on_demand_scanning v0.7.0)
View SourceAttributes
-
buildType
(type:String.t
, default:nil
) - -
externalParameters
(type:map()
, default:nil
) - -
internalParameters
(type:map()
, default:nil
) - -
resolvedDependencies
(type:list(GoogleApi.OnDemandScanning.V1.Model.ResourceDescriptor.t)
, default:nil
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.OnDemandScanning.V1.Model.BuildDefinition{ buildType: String.t() | nil, externalParameters: map() | nil, internalParameters: map() | nil, resolvedDependencies: [GoogleApi.OnDemandScanning.V1.Model.ResourceDescriptor.t()] | nil }