View Source GoogleApi.Content.V21.Model.ListConversionSourcesResponse (google_api_content v0.70.1)
Response message for the ListConversionSources method.
Attributes
-
conversionSources(type:list(GoogleApi.Content.V21.Model.ConversionSource.t), default:nil) - List of conversion sources. -
nextPageToken(type:String.t, default:nil) - Token to be used to fetch the next results page.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Content.V21.Model.ListConversionSourcesResponse{ conversionSources: [GoogleApi.Content.V21.Model.ConversionSource.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.