Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.23 KB

SchemasContactResponse.md

File metadata and controls

19 lines (15 loc) · 1.23 KB

Fastly.SchemasContactResponse

Properties

Name Type Description Notes
user_id String The alphanumeric string representing the user for this customer contact. [optional]
contact_type String The type of contact. [optional] [one of: "primary", "billing", "technical", "security", "emergency", "general compliance"]
name String The name of this contact, when user_id is not provided. [optional]
email String The email of this contact, when a user_id is not provided. [optional]
phone String The phone number for this contact. Required for primary, technical, and security contact types. [optional]
customer_id String The alphanumeric string representing the customer for this customer contact. [optional]
created_at Date Date and time in ISO 8601 format. [optional] [readonly]
deleted_at Date Date and time in ISO 8601 format. [optional] [readonly]
updated_at Date Date and time in ISO 8601 format. [optional] [readonly]
id String [optional] [readonly]

[Back to API list] [Back to README]