Class: Google::Analytics::Admin::V1alpha::PropertySummary

Inherits:
Object
  • Object
show all
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 GA4 property.

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns Display name for the property referred to in this property summary.

Returns:

  • (::String)

    Display name for the property referred to in this property summary.



370
371
372
373
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 370

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

#parent::String

Returns Resource name of this property's logical parent.

Note: The Property-Moving UI can be used to change the parent. Format: accounts/{account}, properties/{property} Example: "accounts/100", "properties/200".

Returns:

  • (::String)

    Resource name of this property's logical parent.

    Note: The Property-Moving UI can be used to change the parent. Format: accounts/{account}, properties/{property} Example: "accounts/100", "properties/200"



370
371
372
373
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 370

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

#property::String

Returns Resource name of property referred to by this property summary Format: properties/{property_id} Example: "properties/1000".

Returns:

  • (::String)

    Resource name of property referred to by this property summary Format: properties/{property_id} Example: "properties/1000"



370
371
372
373
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 370

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

#property_type::Google::Analytics::Admin::V1alpha::PropertyType

Returns The property's property type.

Returns:



370
371
372
373
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 370

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