View Source GoogleApi.AlloyDB.V1.Model.StorageDatabasecenterPartnerapiV1mainEntitlement (google_api_alloy_db v0.2.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.AlloyDB.V1.Model.StorageDatabasecenterPartnerapiV1mainEntitlement{
    entitlementState: String.t() | nil,
    type: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.