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