ScriptParameterInfo

class oci.apm_synthetics.models.ScriptParameterInfo(**kwargs)

Bases: object

Information about script parameters. isOverwritten specifies that the default parameter present in the script content is overwritten.

Methods

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

Attributes

is_overwritten [Required] Gets the is_overwritten of this ScriptParameterInfo.
script_parameter [Required] Gets the script_parameter of this ScriptParameterInfo.
__init__(**kwargs)

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

Parameters:
  • script_parameter (oci.apm_synthetics.models.ScriptParameter) – The value to assign to the script_parameter property of this ScriptParameterInfo.
  • is_overwritten (bool) – The value to assign to the is_overwritten property of this ScriptParameterInfo.
is_overwritten

[Required] Gets the is_overwritten of this ScriptParameterInfo. If parameter value is default or overwritten.

Returns:The is_overwritten of this ScriptParameterInfo.
Return type:bool
script_parameter

[Required] Gets the script_parameter of this ScriptParameterInfo.

Returns:The script_parameter of this ScriptParameterInfo.
Return type:oci.apm_synthetics.models.ScriptParameter