google_api_service_management v0.11.0 GoogleApi.ServiceManagement.V1.Model.SubmitConfigSourceRequest View Source

Request message for SubmitConfigSource method.

Attributes

  • configSource (type: GoogleApi.ServiceManagement.V1.Model.ConfigSource.t, default: nil) - The source configuration for the service.
  • validateOnly (type: boolean(), default: nil) - Optional. If set, this will result in the generation of a google.api.Service configuration based on the ConfigSource 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 Source
t() :: %GoogleApi.ServiceManagement.V1.Model.SubmitConfigSourceRequest{
  configSource: GoogleApi.ServiceManagement.V1.Model.ConfigSource.t(),
  validateOnly: boolean()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.