View Source GoogleApi.Analytics.V3.Model.EntityAdWordsLinks (google_api_analytics v0.15.0)
An entity Google Ads link collection provides a list of GA-Google Ads links Each resource in this collection corresponds to a single link.
Attributes
-
items
(type:list(GoogleApi.Analytics.V3.Model.EntityAdWordsLink.t)
, default:nil
) - A list of entity Google Ads links. -
itemsPerPage
(type:integer()
, default:nil
) - The maximum number of entries the response can contain, regardless of the actual number of entries returned. Its value ranges from 1 to 1000 with a value of 1000 by default, or otherwise specified by the max-results query parameter. -
kind
(type:String.t
, default:analytics#entityAdWordsLinks
) - Collection type. -
nextLink
(type:String.t
, default:nil
) - Next link for this Google Ads link collection. -
previousLink
(type:String.t
, default:nil
) - Previous link for this Google Ads link collection. -
startIndex
(type:integer()
, default:nil
) - The starting index of the entries, which is 1 by default or otherwise specified by the start-index query parameter. -
totalResults
(type:integer()
, default:nil
) - The total number of results for the query, regardless of the number of results in the response.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Analytics.V3.Model.EntityAdWordsLinks{ items: [GoogleApi.Analytics.V3.Model.EntityAdWordsLink.t()] | nil, itemsPerPage: integer() | nil, kind: String.t() | nil, nextLink: String.t() | nil, previousLink: String.t() | nil, startIndex: integer() | nil, totalResults: integer() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.