class Google::Apis::SheetsV4::DuplicateSheetResponse
The result of duplicating a sheet.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @properties = args[:properties] if args.key?(:properties) end