class Google::Apis::ComputeBeta::TargetTcpProxiesSetBackendServiceRequest
Attributes
service[RW]
The URL of the new BackendService
resource for the targetTcpProxy. Corresponds to the JSON property `service` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_beta/classes.rb, line 37415 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/compute_beta/classes.rb, line 37420 def update!(**args) @service = args[:service] if args.key?(:service) end