Class: Google::Analytics::Admin::V1alpha::GetSubpropertySyncConfigRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb

Overview

Request message for GetSubpropertySyncConfig RPC.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Resource name of the SubpropertySyncConfig to lookup. Format: properties/{ordinary_property_id}/subpropertySyncConfigs/{subproperty_id} Example: properties/1234/subpropertySyncConfigs/5678.

Returns:

  • (::String)

    Required. Resource name of the SubpropertySyncConfig to lookup. Format: properties/{ordinary_property_id}/subpropertySyncConfigs/{subproperty_id} Example: properties/1234/subpropertySyncConfigs/5678



2889
2890
2891
2892
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 2889

class GetSubpropertySyncConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end