Class: Google::Analytics::Admin::V1alpha::GetCustomDimensionRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the CustomDimension to get. Example format: properties/1234/customDimensions/5678.

Returns:

  • (::String)

    Required. The name of the CustomDimension to get. Example format: properties/1234/customDimensions/5678



1239
1240
1241
1242
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1239

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