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)

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