class Google::Apis::SheetsV4::Border
A border along a cell.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @color = args[:color] if args.key?(:color) @color_style = args[:color_style] if args.key?(:color_style) @style = args[:style] if args.key?(:style) @width = args[:width] if args.key?(:width) end