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

A virtual resource representing an overview of an account and all its child GA4 properties.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#account

def account() -> ::String
Returns
  • (::String) — Resource name of account referred to by this account summary Format: accounts/{account_id} Example: "accounts/1000"

#account=

def account=(value) -> ::String
Parameter
  • value (::String) — 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"

#display_name

def display_name() -> ::String
Returns
  • (::String) — Display name for the account referred to in this account summary.

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String) — Display name for the account referred to in this account summary.
Returns
  • (::String) — Display name for the account referred to in this account summary.

#name

def name() -> ::String
Returns
  • (::String) — Resource name for this account summary. Format: accountSummaries/{account_id} Example: "accountSummaries/1000"

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — 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"

#property_summaries

def property_summaries() -> ::Array<::Google::Analytics::Admin::V1alpha::PropertySummary>
Returns

#property_summaries=

def property_summaries=(value) -> ::Array<::Google::Analytics::Admin::V1alpha::PropertySummary>
Parameter
Returns