SupportContact¶
-
class
oci.marketplace_publisher.models.
SupportContact
(**kwargs)¶ Bases:
object
Contact information to use to get support.
Methods
__init__
(**kwargs)Initializes a new SupportContact object with values from keyword arguments. Attributes
email
Gets the email of this SupportContact. name
[Required] Gets the name of this SupportContact. phone
Gets the phone of this SupportContact. subject
Gets the subject of this SupportContact. -
__init__
(**kwargs)¶ Initializes a new SupportContact object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this SupportContact.
- phone (str) – The value to assign to the phone property of this SupportContact.
- email (str) – The value to assign to the email property of this SupportContact.
- subject (str) – The value to assign to the subject property of this SupportContact.
-
email
¶ Gets the email of this SupportContact. The email of the contact.
Returns: The email of this SupportContact. Return type: str
-
name
¶ [Required] Gets the name of this SupportContact. The name of the contact.
Returns: The name of this SupportContact. Return type: str
-
phone
¶ Gets the phone of this SupportContact. The phone number of the contact.
Returns: The phone of this SupportContact. Return type: str
-
subject
¶ Gets the subject of this SupportContact. The email subject line to use when contacting support.
Returns: The subject of this SupportContact. Return type: str
-