Class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListRollupPropertySourceLinksResponse
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListRollupPropertySourceLinksResponse
- 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
-
#next_page_token ⇒ String
A token, which can be sent as
page_token
to retrieve the next page. -
#rollup_property_source_links ⇒ Array<Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaRollupPropertySourceLink>
List of RollupPropertySourceLinks.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAnalyticsAdminV1alphaListRollupPropertySourceLinksResponse
constructor
A new instance of GoogleAnalyticsAdminV1alphaListRollupPropertySourceLinksResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAnalyticsAdminV1alphaListRollupPropertySourceLinksResponse
Returns a new instance of GoogleAnalyticsAdminV1alphaListRollupPropertySourceLinksResponse.
4531 4532 4533 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4531 def initialize(**args) update!(**args) end |
Instance Attribute Details
#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
4524 4525 4526 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4524 def next_page_token @next_page_token end |
#rollup_property_source_links ⇒ Array<Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaRollupPropertySourceLink>
List of RollupPropertySourceLinks.
Corresponds to the JSON property rollupPropertySourceLinks
4529 4530 4531 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4529 def rollup_property_source_links @rollup_property_source_links end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4536 4537 4538 4539 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4536 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 |