class Google::Apis::ServicemanagementV1::UndeleteServiceResponse

Response message for UndeleteService method.

Attributes

service[RW]

The full representation of a Service that is managed by Google Service Management. Corresponds to the JSON property `service` @return [Google::Apis::ServicemanagementV1::ManagedService]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/servicemanagement_v1/classes.rb, line 3929
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/servicemanagement_v1/classes.rb, line 3934
def update!(**args)
  @service = args[:service] if args.key?(:service)
end