This repository has been archived on 2023-05-07. You can view files and clone it, but cannot push or open issues or pull requests.
go-sdk/docs/ModelsLinkSharing.md

1.2 KiB

ModelsLinkSharing

Properties

Name Type Description Notes
Created int32 A unix timestamp when this list was shared. You cannot change this value. [optional] [default to null]
Hash string The public id to get this shared list [optional] [default to null]
Id int32 The ID of the shared thing [optional] [default to null]
Right int32 The right this list is shared with. 0 = Read only, 1 = Read & Write, 2 = Admin. See the docs for more details. [optional] [default to null]
SharedBy *ModelsUser The user who shared this list [optional] [default to null]
SharingType int32 The kind of this link. 0 = undefined, 1 = without password, 2 = with password (currently not implemented). [optional] [default to null]
Updated int32 A unix timestamp when this share was last updated. You cannot change this value. [optional] [default to null]

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