Class: Google::Analytics::Admin::V1alpha::AccountSummary

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 an overview of an account and all its child GA4 properties.

Instance Attribute Summary collapse

Instance Attribute Details

#account::String

Returns Resource name of account referred to by this account summary Format: accounts/{account_id} Example: "accounts/1000".

Returns:

  • (::String)

    Resource name of account referred to by this account summary Format: accounts/{account_id} Example: "accounts/1000"



394
395
396
397
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 394

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.

Returns:

  • (::String)

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



394
395
396
397
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 394

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".

Returns:

  • (::String)

    Resource name for this account summary. Format: accountSummaries/{account_id} Example: "accountSummaries/1000"



394
395
396
397
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 394

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.

Returns:



394
395
396
397
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 394

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