Class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListSubpropertySyncConfigsResponse

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 ListSubpropertySyncConfigs RPC.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAnalyticsAdminV1alphaListSubpropertySyncConfigsResponse

Returns a new instance of GoogleAnalyticsAdminV1alphaListSubpropertySyncConfigsResponse.



4552
4553
4554
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4552

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)


4545
4546
4547
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4545

def next_page_token
  @next_page_token
end

#subproperty_sync_configsArray<Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertySyncConfig>

List of SubpropertySyncConfig resources. Corresponds to the JSON property subpropertySyncConfigs



4550
4551
4552
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4550

def subproperty_sync_configs
  @subproperty_sync_configs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4557
4558
4559
4560
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4557

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