GoogleApi.YouTube.V3.Model.Member (google_api_you_tube v0.37.1) 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. -
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
Specs
t() :: %GoogleApi.YouTube.V3.Model.Member{
etag: String.t() | nil,
kind: String.t() | nil,
snippet: GoogleApi.YouTube.V3.Model.MemberSnippet.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.