View Source GoogleApi.ReaderRevenueSubscriptionLinking.V1.Model.Reader (google_api_reader_revenue_subscription_linking v0.2.0)

A reader of a publication.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. Time the publication reader was created and associated with a Google user.
  • name (type: String.t, default: nil) - Output only. The resource name of the reader. The last part of ppid in the resource name is the publisher provided id.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ReaderRevenueSubscriptionLinking.V1.Model.Reader{
  createTime: DateTime.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.