class Google::Apis::ServiceconsumermanagementV1::DeleteTenantProjectRequest

Request message to delete tenant project resource 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 809
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 814
def update!(**args)
  @tag = args[:tag] if args.key?(:tag)
end