View Source GoogleApi.ServiceManagement.V1.Model.SubmitConfigSourceRequest (google_api_service_management v0.60.0)

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 a google.api.Service configuration based on the ConfigSource provided, but the generated config and the sources will NOT be persisted.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ServiceManagement.V1.Model.SubmitConfigSourceRequest{
  configSource: GoogleApi.ServiceManagement.V1.Model.ConfigSource.t() | nil,
  validateOnly: boolean() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.