ContextualData¶
-
class
oci.cims.models.
ContextualData
(**kwargs)¶ Bases:
object
Information collected from user context during ticket creation.
Methods
__init__
(**kwargs)Initializes a new ContextualData object with values from keyword arguments. Attributes
client_id
[Required] Gets the client_id of this ContextualData. payload
[Required] Gets the payload of this ContextualData. schema_name
[Required] Gets the schema_name of this ContextualData. schema_version
[Required] Gets the schema_version of this ContextualData. -
__init__
(**kwargs)¶ Initializes a new ContextualData object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - client_id (str) – The value to assign to the client_id property of this ContextualData.
- schema_name (str) – The value to assign to the schema_name property of this ContextualData.
- schema_version (str) – The value to assign to the schema_version property of this ContextualData.
- payload (str) – The value to assign to the payload property of this ContextualData.
-
client_id
¶ [Required] Gets the client_id of this ContextualData. The unique identifier for the client.
Returns: The client_id of this ContextualData. Return type: str
-
payload
¶ [Required] Gets the payload of this ContextualData. The payload for the contextual data.
Returns: The payload of this ContextualData. Return type: str
-
schema_name
¶ [Required] Gets the schema_name of this ContextualData. The name assigned to the schema.
Returns: The schema_name of this ContextualData. Return type: str
-
schema_version
¶ [Required] Gets the schema_version of this ContextualData. The version of the schema.
Returns: The schema_version of this ContextualData. Return type: str
-