class Google::Apis::ScriptV1::CreateProjectRequest

Request to create a script project.

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @parent_id = args[:parent_id] if args.key?(:parent_id)
  @title = args[:title] if args.key?(:title)
end