Class: Google::Apis::TrafficdirectorV3::ClientStatusResponse
- Inherits:
-
Object
- Object
- Google::Apis::TrafficdirectorV3::ClientStatusResponse
- 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
Instance Attribute Summary collapse
-
#config ⇒ Array<Google::Apis::TrafficdirectorV3::ClientConfig>
Client configs for the clients specified in the ClientStatusRequest.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ClientStatusResponse
constructor
A new instance of ClientStatusResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ClientStatusResponse
Returns a new instance of ClientStatusResponse.
176 177 178 |
# File 'lib/google/apis/trafficdirector_v3/classes.rb', line 176 def initialize(**args) update!(**args) end |
Instance Attribute Details
#config ⇒ Array<Google::Apis::TrafficdirectorV3::ClientConfig>
Client configs for the clients specified in the ClientStatusRequest.
Corresponds to the JSON property config
174 175 176 |
# File 'lib/google/apis/trafficdirector_v3/classes.rb', line 174 def config @config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
181 182 183 |
# File 'lib/google/apis/trafficdirector_v3/classes.rb', line 181 def update!(**args) @config = args[:config] if args.key?(:config) end |