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

Configuration for the Analytics add-on.

Attributes

  • enabled (type: boolean(), default: nil) - Whether the Analytics add-on is enabled.
  • expireTimeMillis (type: String.t, default: nil) - Output only. Time at which the Analytics add-on expires in milliseconds since epoch. If unspecified, the add-on will never expire.
  • state (type: String.t, default: nil) - Output only. The state of the Analytics add-on.
  • updateTime (type: DateTime.t, default: nil) - Output only. The latest update time.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1AnalyticsConfig{
  enabled: boolean() | nil,
  expireTimeMillis: String.t() | nil,
  state: String.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.