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.
5081 5082 5083 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 5081 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
5079 5080 5081 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 5079 def event_edit_rules @event_edit_rules end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5086 5087 5088 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 5086 def update!(**args) @event_edit_rules = args[:event_edit_rules] if args.key?(:event_edit_rules) end |