github.com/twilio/twilio-go@v1.20.1/rest/serverless/v1/docs/ServerlessV1BuildStatus.md (about)

     1  # ServerlessV1BuildStatus
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Sid** | Pointer to **string** | The unique string that we created to identify the Build resource. |
     8  **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Build resource. |
     9  **ServiceSid** | Pointer to **string** | The SID of the Service that the Build resource is associated with. |
    10  **Status** | Pointer to [**string**](BuildStatusEnumStatus.md) |  |
    11  **Url** | Pointer to **string** | The absolute URL of the Build Status resource. |
    12  
    13  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    14  
    15