class Google::Apis::ServiceconsumermanagementV1::UndeleteTenantProjectRequest
Request message to undelete tenant project resource previously deleted from the tenancy unit.
Attributes
tag[RW]
Required. Tag of the resource within the tenancy unit. Corresponds to the JSON property `tag` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/serviceconsumermanagement_v1/classes.rb, line 3245 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/serviceconsumermanagement_v1/classes.rb, line 3250 def update!(**args) @tag = args[:tag] if args.key?(:tag) end