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

Request message for GenerateConfigReport method.

Attributes

  • newConfig (type: map(), default: nil) - Required. Service configuration for which we want to generate the report. For this version of API, the supported types are google.api.servicemanagement.v1.ConfigRef, google.api.servicemanagement.v1.ConfigSource, and google.api.Service
  • oldConfig (type: map(), default: nil) - Optional. Service configuration against which the comparison will be done. For this version of API, the supported types are google.api.servicemanagement.v1.ConfigRef, google.api.servicemanagement.v1.ConfigSource, and google.api.Service

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ServiceManagement.V1.Model.GenerateConfigReportRequest{
  newConfig: map() | nil,
  oldConfig: map() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.