Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.34 KB

ServerlessV1Asset.md

File metadata and controls

18 lines (13 loc) · 1.34 KB

ServerlessV1Asset

Properties

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.

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