View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1TraceConfigOverride (google_api_apigee v0.46.0)

A representation of a configuration override.

Attributes

  • apiProxy (type: String.t, default: nil) - ID of the API proxy that will have its trace configuration overridden.
  • name (type: String.t, default: nil) - ID of the trace configuration override specified as a system-generated UUID.
  • samplingConfig (type: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1TraceSamplingConfig.t, default: nil) - Trace configuration to override.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1TraceConfigOverride{
  apiProxy: String.t() | nil,
  name: String.t() | nil,
  samplingConfig:
    GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1TraceSamplingConfig.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.