CustomField¶
-
class
oci.marketplace_publisher.models.
CustomField
(**kwargs)¶ Bases:
object
A key value pair specified by the seller of the offer
Methods
__init__
(**kwargs)Initializes a new CustomField object with values from keyword arguments. Attributes
key
Gets the key of this CustomField. value
Gets the value of this CustomField. -
__init__
(**kwargs)¶ Initializes a new CustomField object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - key (str) – The value to assign to the key property of this CustomField.
- value (str) – The value to assign to the value property of this CustomField.
-
key
¶ Gets the key of this CustomField. the key of the custom field
Returns: The key of this CustomField. Return type: str
-
value
¶ Gets the value of this CustomField. the value of the custom field
Returns: The value of this CustomField. Return type: str
-