View Source GoogleApi.Redis.V1.Model.Entitlement (google_api_redis v0.42.0)

Proto representing the access that a user has to a specific feature/service. NextId: 3.

Attributes

  • entitlementState (type: String.t, default: nil) - The current state of user's accessibility to a feature/benefit.
  • type (type: String.t, default: nil) - An enum that represents the type of this entitlement.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Redis.V1.Model.Entitlement{
  entitlementState: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.