class Google::Apis::SheetsV4::ChartCustomNumberFormatOptions
Custom number formatting options for chart attributes.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @prefix = args[:prefix] if args.key?(:prefix) @suffix = args[:suffix] if args.key?(:suffix) end