class Google::Apis::CloudresourcemanagerV3::MoveProjectRequest

The request sent to MoveProject method.

Attributes

destination_parent[RW]

Required. The new parent to move the Project under. Corresponds to the JSON property `destinationParent` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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