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.
4987 4988 4989 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4987 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
4985 4986 4987 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4985 def event_edit_rules @event_edit_rules end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4992 4993 4994 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4992 def update!(**args) @event_edit_rules = args[:event_edit_rules] if args.key?(:event_edit_rules) end |