Name | Type | Description | Notes |
---|---|---|---|
Sid | Pointer to string | The unique string that we created to identify the Asset resource. | |
AccountSid | Pointer to string | The SID of the Account that created the Asset resource. | |
ServiceSid | Pointer to string | The SID of the Service that the Asset resource is associated with. | |
FriendlyName | Pointer to string | The string that you assigned to describe the Asset resource. It can be a maximum of 255 characters. | |
DateCreated | Pointer to time.Time | The date and time in GMT when the Asset resource was created specified in ISO 8601 format. | |
DateUpdated | Pointer to time.Time | The date and time in GMT when the Asset resource was last updated specified in ISO 8601 format. | |
Url | Pointer to string | The absolute URL of the Asset resource. | |
Links | Pointer to map[string]interface{} | The URLs of the Asset resource's nested resources. |