google_api_service_management v0.36.0 GoogleApi.ServiceManagement.V1.Model.SubmitConfigSourceRequest 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
Link to this type
t()
View Sourcet() :: %GoogleApi.ServiceManagement.V1.Model.SubmitConfigSourceRequest{ configSource: GoogleApi.ServiceManagement.V1.Model.ConfigSource.t(), validateOnly: boolean() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.