Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 2.01 KB

SyncV1SyncStream.md

File metadata and controls

20 lines (15 loc) · 2.01 KB

SyncV1SyncStream

Properties

Name Type Description Notes
Sid Pointer to string The unique string that we created to identify the Sync Stream resource.
UniqueName Pointer to string An application-defined string that uniquely identifies the resource. It can be used in place of the resource's sid in the URL to address the resource.
AccountSid Pointer to string The SID of the Account that created the Sync Stream resource.
ServiceSid Pointer to string The SID of the Sync Service the resource is associated with.
Url Pointer to string The absolute URL of the Message Stream resource.
Links Pointer to map[string]interface{} The URLs of the Stream's nested resources.
DateExpires Pointer to time.Time The date and time in GMT when the Message Stream expires and will be deleted, specified in ISO 8601 format. If the Message Stream does not expire, this value is null. The Stream might not be deleted immediately after it expires.
DateCreated Pointer to time.Time The date and time in GMT when the resource was created specified in ISO 8601 format.
DateUpdated Pointer to time.Time The date and time in GMT when the resource was last updated specified in ISO 8601 format.
CreatedBy Pointer to string The identity of the Stream's creator. If the Stream is created from the client SDK, the value matches the Access Token's identity field. If the Stream was created from the REST API, the value is 'system'.

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