class Google::Apis::SheetsV4::EmbeddedObjectBorder
A border along an embedded object.
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) end