class Google::Apis::ComputeV1::TargetSslProxiesSetBackendServiceRequest

Attributes

service[RW]

The URL of the new BackendService resource for the targetSslProxy. 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 38372
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 38377
def update!(**args)
  @service = args[:service] if args.key?(:service)
end