class Google::Apis::ScriptV1::CreateProjectRequest

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