google_api_you_tube v0.12.0 GoogleApi.YouTube.V3.Model.Member View Source
A member resource represents a member for a YouTube channel. A member provides recurring monetary support to a creator and receives special benefits.
Attributes
etag
(type:String.t
, default:nil
) - Etag of this resource.id
(type:String.t
, default:nil
) - The ID that YouTube assigns to uniquely identify the member.kind
(type:String.t
, default:youtube#member
) - Identifies what kind of resource this is. Value: the fixed string "youtube#member".snippet
(type:GoogleApi.YouTube.V3.Model.MemberSnippet.t
, default:nil
) - The snippet object contains basic details about the member.
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 Sourcet() :: %GoogleApi.YouTube.V3.Model.Member{ etag: String.t(), id: String.t(), kind: String.t(), snippet: GoogleApi.YouTube.V3.Model.MemberSnippet.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.