Contact¶
-
class
oci.marketplace_publisher.models.
Contact
(**kwargs)¶ Bases:
object
The contact information of an individual
Methods
__init__
(**kwargs)Initializes a new Contact object with values from keyword arguments. Attributes
email
Gets the email of this Contact. first_name
Gets the first_name of this Contact. last_name
Gets the last_name of this Contact. -
__init__
(**kwargs)¶ Initializes a new Contact object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - first_name (str) – The value to assign to the first_name property of this Contact.
- last_name (str) – The value to assign to the last_name property of this Contact.
- email (str) – The value to assign to the email property of this Contact.
-
email
¶ Gets the email of this Contact. The email of the contact
Returns: The email of this Contact. Return type: str
-
first_name
¶ Gets the first_name of this Contact. The first name of the contact
Returns: The first_name of this Contact. Return type: str
-
last_name
¶ Gets the last_name of this Contact. The last name of the contact
Returns: The last_name of this Contact. Return type: str
-