OpsiDataObjectQueryParam

class oci.opsi.models.OpsiDataObjectQueryParam(**kwargs)

Bases: object

Details for a query parameter to be applied on an OPSI data object, when a data object query is executed.

Methods

__init__(**kwargs) Initializes a new OpsiDataObjectQueryParam object with values from keyword arguments.

Attributes

name [Required] Gets the name of this OpsiDataObjectQueryParam.
value [Required] Gets the value of this OpsiDataObjectQueryParam.
__init__(**kwargs)

Initializes a new OpsiDataObjectQueryParam object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • name (str) – The value to assign to the name property of this OpsiDataObjectQueryParam.
  • value (object) – The value to assign to the value property of this OpsiDataObjectQueryParam.
name

[Required] Gets the name of this OpsiDataObjectQueryParam. Name of the query parameter.

Returns:The name of this OpsiDataObjectQueryParam.
Return type:str
value

[Required] Gets the value of this OpsiDataObjectQueryParam. Value for the query parameter.

Returns:The value of this OpsiDataObjectQueryParam.
Return type:object