MetadataDetails¶
-
class
oci.blockchain.models.
MetadataDetails
(**kwargs)¶ Bases:
object
Metadata parameter details
Methods
__init__
(**kwargs)Initializes a new MetadataDetails object with values from keyword arguments. Attributes
is_json_value
[Required] Gets the is_json_value of this MetadataDetails. param_name
[Required] Gets the param_name of this MetadataDetails. param_value
[Required] Gets the param_value of this MetadataDetails. -
__init__
(**kwargs)¶ Initializes a new MetadataDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - param_name (str) – The value to assign to the param_name property of this MetadataDetails.
- param_value (str) – The value to assign to the param_value property of this MetadataDetails.
- is_json_value (bool) – The value to assign to the is_json_value property of this MetadataDetails.
-
is_json_value
¶ [Required] Gets the is_json_value of this MetadataDetails. Indicates if the value is a JSON string
Returns: The is_json_value of this MetadataDetails. Return type: bool
-
param_name
¶ [Required] Gets the param_name of this MetadataDetails. Metadata param name
Returns: The param_name of this MetadataDetails. Return type: str
-
param_value
¶ [Required] Gets the param_value of this MetadataDetails. Metadata param value. Complex value will be a JSON string.
Returns: The param_value of this MetadataDetails. Return type: str
-