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

Runtime configuration for the Analytics add-on.

Attributes

  • billingPipelineEnabled (type: boolean(), default: nil) - If Runtime should send billing data to AX or not.
  • enabled (type: boolean(), default: nil) - If the Analytics is enabled or not.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1RuntimeAnalyticsConfig{
  billingPipelineEnabled: boolean() | nil,
  enabled: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.