Class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListRollupPropertySourceLinksResponse

Inherits:
Object
  • Object
show all
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 ListRollupPropertySourceLinks RPC.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAnalyticsAdminV1alphaListRollupPropertySourceLinksResponse

Returns a new instance of GoogleAnalyticsAdminV1alphaListRollupPropertySourceLinksResponse.



4385
4386
4387
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4385

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#next_page_tokenString

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

Returns:

  • (String)


4378
4379
4380
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4378

def next_page_token
  @next_page_token
end

List of RollupPropertySourceLinks. Corresponds to the JSON property rollupPropertySourceLinks



4383
4384
4385
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4383

def rollup_property_source_links
  @rollup_property_source_links
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4390
4391
4392
4393
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4390

def update!(**args)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
  @rollup_property_source_links = args[:rollup_property_source_links] if args.key?(:rollup_property_source_links)
end