Class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListDisplayVideo360AdvertiserLinksResponse
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListDisplayVideo360AdvertiserLinksResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/analyticsadmin_v1alpha/classes.rb,
lib/google/apis/analyticsadmin_v1alpha/representations.rb,
lib/google/apis/analyticsadmin_v1alpha/representations.rb
Overview
Response message for ListDisplayVideo360AdvertiserLinks RPC.
Instance Attribute Summary collapse
-
#display_video360_advertiser_links ⇒ Array<Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink>
List of DisplayVideo360AdvertiserLinks.
-
#next_page_token ⇒ String
A token, which can be sent as
page_token
to retrieve the next page.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAnalyticsAdminV1alphaListDisplayVideo360AdvertiserLinksResponse
constructor
A new instance of GoogleAnalyticsAdminV1alphaListDisplayVideo360AdvertiserLinksResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAnalyticsAdminV1alphaListDisplayVideo360AdvertiserLinksResponse
Returns a new instance of GoogleAnalyticsAdminV1alphaListDisplayVideo360AdvertiserLinksResponse.
4320 4321 4322 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4320 def initialize(**args) update!(**args) end |
Instance Attribute Details
#display_video360_advertiser_links ⇒ Array<Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink>
List of DisplayVideo360AdvertiserLinks.
Corresponds to the JSON property displayVideo360AdvertiserLinks
4312 4313 4314 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4312 def display_video360_advertiser_links @display_video360_advertiser_links end |
#next_page_token ⇒ String
A token, which can be sent as page_token
to retrieve the next page. If this
field is omitted, there are no subsequent pages.
Corresponds to the JSON property nextPageToken
4318 4319 4320 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4318 def next_page_token @next_page_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4325 4326 4327 4328 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4325 def update!(**args) @display_video360_advertiser_links = args[:display_video360_advertiser_links] if args.key?(:display_video360_advertiser_links) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end |