Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.34 KB

SchemasContactResponse.md

File metadata and controls

24 lines (19 loc) · 1.34 KB

WebService::Fastly::Object::SchemasContactResponse

Load the model package

use WebService::Fastly::Object::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]
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 DateTime Date and time in ISO 8601 format. [optional] [readonly]
deleted_at DateTime Date and time in ISO 8601 format. [optional] [readonly]
updated_at DateTime Date and time in ISO 8601 format. [optional] [readonly]
id string [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]