class Google::Apis::ServiceconsumermanagementV1::RemoveTenantProjectRequest

Request message to remove a 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 2462
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 2467
def update!(**args)
  @tag = args[:tag] if args.key?(:tag)
end