Class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListSubpropertySyncConfigsResponse
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListSubpropertySyncConfigsResponse
- 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 ListSubpropertySyncConfigs RPC.
Instance Attribute Summary collapse
-
#next_page_token ⇒ String
A token, which can be sent as
page_tokento retrieve the next page. -
#subproperty_sync_configs ⇒ Array<Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertySyncConfig>
List of
SubpropertySyncConfigresources.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAnalyticsAdminV1alphaListSubpropertySyncConfigsResponse
constructor
A new instance of GoogleAnalyticsAdminV1alphaListSubpropertySyncConfigsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAnalyticsAdminV1alphaListSubpropertySyncConfigsResponse
Returns a new instance of GoogleAnalyticsAdminV1alphaListSubpropertySyncConfigsResponse.
4546 4547 4548 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4546 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
4539 4540 4541 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4539 def next_page_token @next_page_token end |
#subproperty_sync_configs ⇒ Array<Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertySyncConfig>
List of SubpropertySyncConfig resources.
Corresponds to the JSON property subpropertySyncConfigs
4544 4545 4546 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4544 def subproperty_sync_configs @subproperty_sync_configs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4551 4552 4553 4554 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4551 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @subproperty_sync_configs = args[:subproperty_sync_configs] if args.key?(:subproperty_sync_configs) end |