DataSetRequest
DataSetRequest.Rd
Class representing a PetroVisor dataset request object.
Public fields
entityName
The name of the entity for which data is requested.
signalName
The name of the requested signal.
unitName
The name of the unit the data is requested in.
Methods
Method new()
Create a new DataSetRequest instance.
Usage
DataSetRequest$new(entityName = NULL, signalName = NULL, unitName = NULL)
Method toList()
Convert the object to a list. This function is mainly used by the DataServices to convert the objects to lists and then call the web API.