class Google::Apis::SheetsV4::TextFormatRun

of the next run. When updating, all fields must be set.
A run of a text format. The format of this run continues until the start index

def initialize(**args)

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

def update!(**args)

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