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

Request message for SubmitConfigSource method.

Attributes

  • configSource (ConfigSource): The source configuration for the service. Defaults to: null.
  • validateOnly (boolean()): 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. Defaults to: null.

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: any()
}

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.