Class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaProvisionSubpropertyResponse
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaProvisionSubpropertyResponse
- 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 ProvisionSubproperty 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) ⇒ GoogleAnalyticsAdminV1alphaProvisionSubpropertyResponse
constructor
A new instance of GoogleAnalyticsAdminV1alphaProvisionSubpropertyResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAnalyticsAdminV1alphaProvisionSubpropertyResponse
Returns a new instance of GoogleAnalyticsAdminV1alphaProvisionSubpropertyResponse.
4965 4966 4967 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4965 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
4958 4959 4960 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4958 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
4963 4964 4965 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4963 def subproperty_event_filter @subproperty_event_filter end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4970 4971 4972 4973 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4970 def update!(**args) @subproperty = args[:subproperty] if args.key?(:subproperty) @subproperty_event_filter = args[:subproperty_event_filter] if args.key?(:subproperty_event_filter) end |