class Google::Apis::SheetsV4::SheetProperties

Properties of a sheet.

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @data_source_sheet_properties = args[:data_source_sheet_properties] if args.key?(:data_source_sheet_properties)
  @grid_properties = args[:grid_properties] if args.key?(:grid_properties)
  @hidden = args[:hidden] if args.key?(:hidden)
  @index = args[:index] if args.key?(:index)
  @right_to_left = args[:right_to_left] if args.key?(:right_to_left)
  @sheet_id = args[:sheet_id] if args.key?(:sheet_id)
  @sheet_type = args[:sheet_type] if args.key?(:sheet_type)
  @tab_color = args[:tab_color] if args.key?(:tab_color)
  @tab_color_style = args[:tab_color_style] if args.key?(:tab_color_style)
  @title = args[:title] if args.key?(:title)
end