class Google::Apis::TrafficdirectorV2::ClientStatusResponse
Attributes
config[RW]
Client configs for the clients specified in the ClientStatusRequest
. Corresponds to the JSON property `config` @return [Array<Google::Apis::TrafficdirectorV2::ClientConfig>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/trafficdirector_v2/classes.rb, line 137 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/trafficdirector_v2/classes.rb, line 142 def update!(**args) @config = args[:config] if args.key?(:config) end