View Source GoogleApi.Content.V21.Model.DatafeedstatusesListResponse (google_api_content v0.71.0)
Attributes
-
kind(type:String.t, default:nil) - Identifies what kind of resource this is. Value: the fixed string "content#datafeedstatusesListResponse". -
nextPageToken(type:String.t, default:nil) - The token for the retrieval of the next page of datafeed statuses. -
resources(type:list(GoogleApi.Content.V21.Model.DatafeedStatus.t), default:nil) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Content.V21.Model.DatafeedstatusesListResponse{ kind: String.t() | nil, nextPageToken: String.t() | nil, resources: [GoogleApi.Content.V21.Model.DatafeedStatus.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.