GoogleApi.ServiceManagement.V1.Model.SubmitConfigSourceRequest (google_api_service_management v0.48.0) View Source
Request message for SubmitConfigSource method.
Attributes
-
configSource
(type:GoogleApi.ServiceManagement.V1.Model.ConfigSource.t
, default:nil
) - Required. The source configuration for the service. -
validateOnly
(type:boolean()
, default:nil
) - Optional. If set, this will result in the generation of agoogle.api.Service
configuration based on theConfigSource
provided, but the generated config and the sources will NOT be persisted.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.ServiceManagement.V1.Model.SubmitConfigSourceRequest{ configSource: GoogleApi.ServiceManagement.V1.Model.ConfigSource.t(), validateOnly: boolean() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.