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.



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

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



2459
2460
2461
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 2459

def rollup_property
  @rollup_property
end

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



2464
2465
2466
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 2464

def rollup_property_source_links
  @rollup_property_source_links
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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