Class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaProvisionSubpropertyRequest
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaProvisionSubpropertyRequest
- 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
Request message for CreateSubproperty RPC.
Instance Attribute Summary collapse
-
#subproperty ⇒ Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaProperty
A resource message representing a Google Analytics property.
-
#subproperty_event_filter ⇒ Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertyEventFilter
A resource message representing a Google Analytics subproperty event filter.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAnalyticsAdminV1alphaProvisionSubpropertyRequest
constructor
A new instance of GoogleAnalyticsAdminV1alphaProvisionSubpropertyRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAnalyticsAdminV1alphaProvisionSubpropertyRequest
Returns a new instance of GoogleAnalyticsAdminV1alphaProvisionSubpropertyRequest.
5034 5035 5036 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 5034 def initialize(**args) update!(**args) end |
Instance Attribute Details
#subproperty ⇒ Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaProperty
A resource message representing a Google Analytics property.
Corresponds to the JSON property subproperty
5027 5028 5029 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 5027 def subproperty @subproperty end |
#subproperty_event_filter ⇒ Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertyEventFilter
A resource message representing a Google Analytics subproperty event filter.
Corresponds to the JSON property subpropertyEventFilter
5032 5033 5034 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 5032 def subproperty_event_filter @subproperty_event_filter end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5039 5040 5041 5042 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 5039 def update!(**args) @subproperty = args[:subproperty] if args.key?(:subproperty) @subproperty_event_filter = args[:subproperty_event_filter] if args.key?(:subproperty_event_filter) end |