Name | Type | Description | Notes |
---|---|---|---|
Sid | Pointer to string | The unique string that we created to identify the Variable resource. | |
AccountSid | Pointer to string | The SID of the Account that created the Variable resource. | |
ServiceSid | Pointer to string | The SID of the Service that the Variable resource is associated with. | |
EnvironmentSid | Pointer to string | The SID of the Environment in which the Variable exists. | |
Key | Pointer to string | A string by which the Variable resource can be referenced. | |
Value | Pointer to string | A string that contains the actual value of the Variable. | |
DateCreated | Pointer to time.Time | The date and time in GMT when the Variable resource was created specified in ISO 8601 format. | |
DateUpdated | Pointer to time.Time | The date and time in GMT when the Variable resource was last updated specified in ISO 8601 format. | |
Url | Pointer to string | The absolute URL of the Variable resource. |