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

Configuration for the Connectors Platform add-on.

Attributes

  • enabled (type: boolean(), default: nil) - Flag that specifies whether the Connectors Platform add-on is enabled.
  • expiresAt (type: String.t, default: nil) - Output only. Time at which the Connectors Platform add-on expires in milliseconds since epoch. If unspecified, the add-on will never expire.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ConnectorsPlatformConfig{
  enabled: boolean() | nil,
  expiresAt: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.