fastly-api 13.1.0

Fastly API client
Documentation
# SchemasContactResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**user_id** | Option<**String**> | The alphanumeric string representing the user for this customer contact. | 
**contact_type** | Option<**String**> | The type of contact. | 
**name** | Option<**String**> | The name of this contact, when user_id is not provided. | 
**email** | Option<**String**> | The email of this contact, when a user_id is not provided. | 
**phone** | Option<**String**> | The phone number for this contact. Required for primary, technical, and security contact types. | 
**customer_id** | Option<**String**> | The alphanumeric string representing the customer for this customer contact. | 
**created_at** | Option<**String**> | Date and time in ISO 8601 format. | [readonly]
**deleted_at** | Option<**String**> | Date and time in ISO 8601 format. | [readonly]
**updated_at** | Option<**String**> | Date and time in ISO 8601 format. | [readonly]
**id** | Option<**String**> |  | [readonly]

[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)