fastly-api 13.1.0

Fastly API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Contact

## 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. | 

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