Class: Google::Analytics::Admin::V1alpha::AccountSummary
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::AccountSummary
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/resources.rb
Overview
A virtual resource representing an overview of an account and all its child GA4 properties.
Instance Attribute Summary collapse
-
#account ⇒ ::String
Resource name of account referred to by this account summary Format: accounts/{account_id} Example: "accounts/1000".
-
#display_name ⇒ ::String
Display name for the account referred to in this account summary.
-
#name ⇒ ::String
Resource name for this account summary.
-
#property_summaries ⇒ ::Array<::Google::Analytics::Admin::V1alpha::PropertySummary>
List of summaries for child accounts of this account.
Instance Attribute Details
#account ⇒ ::String
Returns Resource name of account referred to by this account summary Format: accounts/{account_id} Example: "accounts/1000".
351 352 353 354 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 351 class AccountSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns Display name for the account referred to in this account summary.
351 352 353 354 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 351 class AccountSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Resource name for this account summary. Format: accountSummaries/{account_id} Example: "accountSummaries/1000".
351 352 353 354 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 351 class AccountSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#property_summaries ⇒ ::Array<::Google::Analytics::Admin::V1alpha::PropertySummary>
Returns List of summaries for child accounts of this account.
351 352 353 354 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 351 class AccountSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |