google_api_you_tube v0.21.0 GoogleApi.YouTube.V3.Model.Member View Source
A <code><strong>member</strong></code> 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. -
kind
(type:String.t
, default:youtube#member
) - Identifies what kind of resource this is. Value: the fixed string <code>"youtube#member"</code>. -
snippet
(type:GoogleApi.YouTube.V3.Model.MemberSnippet.t
, default:nil
) - The <code>snippet</code> 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
Specs
t() :: %GoogleApi.YouTube.V3.Model.Member{ etag: String.t(), kind: String.t(), snippet: GoogleApi.YouTube.V3.Model.MemberSnippet.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.