class Google::Apis::ComputeV1::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_v1/classes.rb, line 38666
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_v1/classes.rb, line 38671
def update!(**args)
  @service = args[:service] if args.key?(:service)
end