class Google::Apis::SheetsV4::PointStyle

The style of a point on the chart.

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

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