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_tokento 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.
4385 4386 4387 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4385 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
4378 4379 4380 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4378 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
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 |