Class: Google::Analytics::Admin::V1alpha::GetAttributionSettingsRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the attribution settings to retrieve. Format: properties/{property}/attributionSettings.

Returns:

  • (::String)

    Required. The name of the attribution settings to retrieve. Format: properties/{property}/attributionSettings



1612
1613
1614
1615
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1612

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