class Google::Apis::SheetsV4::LineStyle

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