google_api_apigee v0.2.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ResourceEntitlementData View Source

Attributes

  • authEntitled (type: boolean(), default: nil) - Boolean flag that specifies whether the resource is available to all registered users.
  • explicitAudiences (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1AudienceEntitlement.t), default: nil) - List of explicit audience entitlements.
  • isPublic (type: boolean(), default: nil) - Boolean flag that specifies whether the resource is public.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ResourceEntitlementData{
  authEntitled: boolean(),
  explicitAudiences: [
    GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1AudienceEntitlement.t()
  ],
  isPublic: boolean()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.