Class: Google::Analytics::Admin::V1alpha::GetPropertyRequest
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::GetPropertyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Request message for GetProperty RPC.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the property to lookup. Format: properties/{property_id} Example: "properties/1000".
255 256 257 258 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 255 class GetPropertyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |