class Google::Apis::SheetsV4::DuplicateSheetResponse

The result of duplicating a sheet.

def initialize(**args)

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

def update!(**args)

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