GoogleApi.YouTube.V3.Model.Member (google_api_you_tube v0.54.0)
View SourceA 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.YouTube.V3.Model.Member{ etag: String.t() | nil, kind: String.t() | nil, snippet: GoogleApi.YouTube.V3.Model.MemberSnippet.t() | nil }