class Google::Apis::SheetsV4::LineStyle
Properties that describe the style of a line.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @type = args[:type] if args.key?(:type) @width = args[:width] if args.key?(:width) end