class Google::Apis::SheetsV4::KeyValueFormat

def update!(**args)

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