google_api_you_tube v0.4.0 GoogleApi.YouTube.V3.Model.LiveChatModeratorListResponse View Source
Attributes
- etag (String.t): Etag of this resource. Defaults to:
null
. - eventId (String.t): Serialized EventId of the request which produced this response. Defaults to:
null
. - items ([LiveChatModerator]): A list of moderators that match the request criteria. Defaults to:
null
. - kind (String.t): Identifies what kind of resource this is. Value: the fixed string "youtube#liveChatModeratorListResponse". Defaults to:
null
. - nextPageToken (String.t): The token that can be used as the value of the pageToken parameter to retrieve the next page in the result set. Defaults to:
null
. - pageInfo (PageInfo): Defaults to:
null
. - prevPageToken (String.t): The token that can be used as the value of the pageToken parameter to retrieve the previous page in the result set. Defaults to:
null
. - tokenPagination (TokenPagination): Defaults to:
null
. - visitorId (String.t): The visitorId identifies the visitor. Defaults to:
null
.
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 Source
t()
View Source
t() :: %GoogleApi.YouTube.V3.Model.LiveChatModeratorListResponse{
etag: any(),
eventId: any(),
items: [GoogleApi.YouTube.V3.Model.LiveChatModerator.t()],
kind: any(),
nextPageToken: any(),
pageInfo: GoogleApi.YouTube.V3.Model.PageInfo.t(),
prevPageToken: any(),
tokenPagination: GoogleApi.YouTube.V3.Model.TokenPagination.t(),
visitorId: any()
}
t() :: %GoogleApi.YouTube.V3.Model.LiveChatModeratorListResponse{ etag: any(), eventId: any(), items: [GoogleApi.YouTube.V3.Model.LiveChatModerator.t()], kind: any(), nextPageToken: any(), pageInfo: GoogleApi.YouTube.V3.Model.PageInfo.t(), prevPageToken: any(), tokenPagination: GoogleApi.YouTube.V3.Model.TokenPagination.t(), visitorId: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.