class Google::Apis::SheetsV4::UpdateSlicerSpecRequest

move or resize a slicer use UpdateEmbeddedObjectPositionRequest.
Updates a slicer’s specifications. (This does not move or resize a slicer. To

def initialize(**args)

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

def update!(**args)

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