Class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaReorderEventEditRulesRequest
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaReorderEventEditRulesRequest
- 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 ReorderEventEditRules RPC.
Instance Attribute Summary collapse
-
#event_edit_rules ⇒ Array<String>
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAnalyticsAdminV1alphaReorderEventEditRulesRequest
constructor
A new instance of GoogleAnalyticsAdminV1alphaReorderEventEditRulesRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAnalyticsAdminV1alphaReorderEventEditRulesRequest
Returns a new instance of GoogleAnalyticsAdminV1alphaReorderEventEditRulesRequest.
5001 5002 5003 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 5001 def initialize(**args) update!(**args) end |
Instance Attribute Details
#event_edit_rules ⇒ Array<String>
Required. EventEditRule resource names for the specified data stream, in the
needed processing order. All EventEditRules for the stream must be present in
the list.
Corresponds to the JSON property eventEditRules
4999 5000 5001 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4999 def event_edit_rules @event_edit_rules end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5006 5007 5008 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 5006 def update!(**args) @event_edit_rules = args[:event_edit_rules] if args.key?(:event_edit_rules) end |