BipReportParameterValue

class oci.data_integration.models.BipReportParameterValue(**kwargs)

Bases: object

Report parameter name and value to be passed for BIP Report extraction.

Methods

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

Attributes

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

Initializes a new BipReportParameterValue 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 BipReportParameterValue.
  • value (str) – The value to assign to the value property of this BipReportParameterValue.
name

[Required] Gets the name of this BipReportParameterValue. BIP Report parameter name.

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

[Required] Gets the value of this BipReportParameterValue. BIP Report parameter value.

Returns:The value of this BipReportParameterValue.
Return type:str