View Source GoogleApi.ReaderRevenueSubscriptionLinking.V1.Model.ReaderEntitlements (google_api_reader_revenue_subscription_linking v0.3.0)

A singleton containing all of a reader's entitlements for a publication.

Attributes

  • entitlements (type: list(GoogleApi.ReaderRevenueSubscriptionLinking.V1.Model.Entitlement.t), default: nil) - All of the entitlements for a publication reader.
  • name (type: String.t, default: nil) - Output only. The resource name of the singleton.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ReaderRevenueSubscriptionLinking.V1.Model.ReaderEntitlements{
  entitlements:
    [GoogleApi.ReaderRevenueSubscriptionLinking.V1.Model.Entitlement.t()] | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.