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.



2438
2439
2440
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 2438

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

Instance Attribute Details

#rollup_propertyGoogle::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaProperty

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



2431
2432
2433
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 2431

def rollup_property
  @rollup_property
end

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



2436
2437
2438
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 2436

def rollup_property_source_links
  @rollup_property_source_links
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2443
2444
2445
2446
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 2443

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