SourceDetails¶
-
class
oci.generative_ai_agent_runtime.models.
SourceDetails
(**kwargs)¶ Bases:
object
The details of source of the event.
Methods
__init__
(**kwargs)Initializes a new SourceDetails object with values from keyword arguments. Attributes
key
Gets the key of this SourceDetails. name
Gets the name of this SourceDetails. -
__init__
(**kwargs)¶ Initializes a new SourceDetails 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 SourceDetails.
- name (str) – The value to assign to the name property of this SourceDetails.
-
key
¶ Gets the key of this SourceDetails. Id of the source of the event.
Returns: The key of this SourceDetails. Return type: str
-
name
¶ Gets the name of this SourceDetails. Name of the source of the event.
Returns: The name of this SourceDetails. Return type: str
-