Class: Google::Apis::TrafficdirectorV3::NullMatch
- Inherits:
-
Object
- Object
- Google::Apis::TrafficdirectorV3::NullMatch
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/trafficdirector_v3/classes.rb,
lib/google/apis/trafficdirector_v3/representations.rb,
lib/google/apis/trafficdirector_v3/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.
1085 1086 1087 |
# File 'lib/google/apis/trafficdirector_v3/classes.rb', line 1085 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1090 1091 |
# File 'lib/google/apis/trafficdirector_v3/classes.rb', line 1090 def update!(**args) end |