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

Request for SetAddonEnablement.

Attributes

  • analyticsEnabled (type: boolean(), default: nil) - If the Analytics should be enabled in the environment.
  • apiSecurityEnabled (type: boolean(), default: nil) - If the API Security should be enabled in the environment.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SetAddonEnablementRequest{
  analyticsEnabled: boolean() | nil,
  apiSecurityEnabled: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.