Class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaCreateRollupPropertyResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/analyticsadmin_v1alpha/classes.rb,
lib/google/apis/analyticsadmin_v1alpha/representations.rb,
lib/google/apis/analyticsadmin_v1alpha/representations.rb

Overview

Response message for CreateRollupProperty RPC.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAnalyticsAdminV1alphaCreateRollupPropertyResponse

Returns a new instance of GoogleAnalyticsAdminV1alphaCreateRollupPropertyResponse.



2474
2475
2476
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 2474

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#rollup_propertyGoogle::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaProperty

A resource message representing a Google Analytics GA4 property. Corresponds to the JSON property rollupProperty



2467
2468
2469
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 2467

def rollup_property
  @rollup_property
end

The created roll-up property source links. Corresponds to the JSON property rollupPropertySourceLinks



2472
2473
2474
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 2472

def rollup_property_source_links
  @rollup_property_source_links
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2479
2480
2481
2482
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 2479

def update!(**args)
  @rollup_property = args[:rollup_property] if args.key?(:rollup_property)
  @rollup_property_source_links = args[:rollup_property_source_links] if args.key?(:rollup_property_source_links)
end