Class: Google::Analytics::Admin::V1alpha::PropertySummary
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::PropertySummary
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/resources.rb
Overview
A virtual resource representing metadata for a Google Analytics property.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Display name for the property referred to in this property summary.
-
#parent ⇒ ::String
Resource name of this property's logical parent.
-
#property ⇒ ::String
Resource name of property referred to by this property summary Format: properties/{property_id} Example: "properties/1000".
-
#property_type ⇒ ::Google::Analytics::Admin::V1alpha::PropertyType
The property's property type.
Instance Attribute Details
#display_name ⇒ ::String
401 402 403 404 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 401 class PropertySummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
401 402 403 404 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 401 class PropertySummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#property ⇒ ::String
401 402 403 404 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 401 class PropertySummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#property_type ⇒ ::Google::Analytics::Admin::V1alpha::PropertyType
401 402 403 404 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 401 class PropertySummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |