Class: Google::Apis::TrafficdirectorV2::NullMatch
- Inherits:
-
Object
- Object
- Google::Apis::TrafficdirectorV2::NullMatch
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/trafficdirector_v2/classes.rb,
generated/google/apis/trafficdirector_v2/representations.rb,
generated/google/apis/trafficdirector_v2/representations.rb
Overview
NullMatch is an empty message to specify a null value.
Instance Method Summary collapse
-
#initialize(**args) ⇒ NullMatch
constructor
A new instance of NullMatch.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ NullMatch
Returns a new instance of NullMatch.
773 774 775 |
# File 'generated/google/apis/trafficdirector_v2/classes.rb', line 773 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
778 779 |
# File 'generated/google/apis/trafficdirector_v2/classes.rb', line 778 def update!(**args) end |