Versions in this module Expand all Collapse all v0 v0.19.2 Dec 17, 2021 v0.19.1 Dec 17, 2021 Changes in this version + type ApiService struct + func NewApiService(requestHandler *twilio.RequestHandler) *ApiService + func NewApiServiceWithClient(client twilio.BaseClient) *ApiService + func (c *ApiService) CreateDocument(ServiceSid string, params *CreateDocumentParams) (*SyncV1Document, error) + func (c *ApiService) CreateService(params *CreateServiceParams) (*SyncV1Service, error) + func (c *ApiService) CreateStreamMessage(ServiceSid string, StreamSid string, params *CreateStreamMessageParams) (*SyncV1StreamMessage, error) + func (c *ApiService) CreateSyncList(ServiceSid string, params *CreateSyncListParams) (*SyncV1SyncList, error) + func (c *ApiService) CreateSyncListItem(ServiceSid string, ListSid string, params *CreateSyncListItemParams) (*SyncV1SyncListItem, error) + func (c *ApiService) CreateSyncMap(ServiceSid string, params *CreateSyncMapParams) (*SyncV1SyncMap, error) + func (c *ApiService) CreateSyncMapItem(ServiceSid string, MapSid string, params *CreateSyncMapItemParams) (*SyncV1SyncMapItem, error) + func (c *ApiService) CreateSyncStream(ServiceSid string, params *CreateSyncStreamParams) (*SyncV1SyncStream, error) + func (c *ApiService) DeleteDocument(ServiceSid string, Sid string) error + func (c *ApiService) DeleteDocumentPermission(ServiceSid string, DocumentSid string, Identity string) error + func (c *ApiService) DeleteService(Sid string) error + func (c *ApiService) DeleteSyncList(ServiceSid string, Sid string) error + func (c *ApiService) DeleteSyncListItem(ServiceSid string, ListSid string, Index int, params *DeleteSyncListItemParams) error + func (c *ApiService) DeleteSyncListPermission(ServiceSid string, ListSid string, Identity string) error + func (c *ApiService) DeleteSyncMap(ServiceSid string, Sid string) error + func (c *ApiService) DeleteSyncMapItem(ServiceSid string, MapSid string, Key string, params *DeleteSyncMapItemParams) error + func (c *ApiService) DeleteSyncMapPermission(ServiceSid string, MapSid string, Identity string) error + func (c *ApiService) DeleteSyncStream(ServiceSid string, Sid string) error + func (c *ApiService) FetchDocument(ServiceSid string, Sid string) (*SyncV1Document, error) + func (c *ApiService) FetchDocumentPermission(ServiceSid string, DocumentSid string, Identity string) (*SyncV1DocumentPermission, error) + func (c *ApiService) FetchService(Sid string) (*SyncV1Service, error) + func (c *ApiService) FetchSyncList(ServiceSid string, Sid string) (*SyncV1SyncList, error) + func (c *ApiService) FetchSyncListItem(ServiceSid string, ListSid string, Index int) (*SyncV1SyncListItem, error) + func (c *ApiService) FetchSyncListPermission(ServiceSid string, ListSid string, Identity string) (*SyncV1SyncListPermission, error) + func (c *ApiService) FetchSyncMap(ServiceSid string, Sid string) (*SyncV1SyncMap, error) + func (c *ApiService) FetchSyncMapItem(ServiceSid string, MapSid string, Key string) (*SyncV1SyncMapItem, error) + func (c *ApiService) FetchSyncMapPermission(ServiceSid string, MapSid string, Identity string) (*SyncV1SyncMapPermission, error) + func (c *ApiService) FetchSyncStream(ServiceSid string, Sid string) (*SyncV1SyncStream, error) + func (c *ApiService) ListDocument(ServiceSid string, params *ListDocumentParams) ([]SyncV1Document, error) + func (c *ApiService) ListDocumentPermission(ServiceSid string, DocumentSid string, params *ListDocumentPermissionParams) ([]SyncV1DocumentPermission, error) + func (c *ApiService) ListService(params *ListServiceParams) ([]SyncV1Service, error) + func (c *ApiService) ListSyncList(ServiceSid string, params *ListSyncListParams) ([]SyncV1SyncList, error) + func (c *ApiService) ListSyncListItem(ServiceSid string, ListSid string, params *ListSyncListItemParams) ([]SyncV1SyncListItem, error) + func (c *ApiService) ListSyncListPermission(ServiceSid string, ListSid string, params *ListSyncListPermissionParams) ([]SyncV1SyncListPermission, error) + func (c *ApiService) ListSyncMap(ServiceSid string, params *ListSyncMapParams) ([]SyncV1SyncMap, error) + func (c *ApiService) ListSyncMapItem(ServiceSid string, MapSid string, params *ListSyncMapItemParams) ([]SyncV1SyncMapItem, error) + func (c *ApiService) ListSyncMapPermission(ServiceSid string, MapSid string, params *ListSyncMapPermissionParams) ([]SyncV1SyncMapPermission, error) + func (c *ApiService) ListSyncStream(ServiceSid string, params *ListSyncStreamParams) ([]SyncV1SyncStream, error) + func (c *ApiService) PageDocument(ServiceSid string, params *ListDocumentParams, pageToken, pageNumber string) (*ListDocumentResponse, error) + func (c *ApiService) PageDocumentPermission(ServiceSid string, DocumentSid string, params *ListDocumentPermissionParams, ...) (*ListDocumentPermissionResponse, error) + func (c *ApiService) PageService(params *ListServiceParams, pageToken, pageNumber string) (*ListServiceResponse, error) + func (c *ApiService) PageSyncList(ServiceSid string, params *ListSyncListParams, pageToken, pageNumber string) (*ListSyncListResponse, error) + func (c *ApiService) PageSyncListItem(ServiceSid string, ListSid string, params *ListSyncListItemParams, ...) (*ListSyncListItemResponse, error) + func (c *ApiService) PageSyncListPermission(ServiceSid string, ListSid string, params *ListSyncListPermissionParams, ...) (*ListSyncListPermissionResponse, error) + func (c *ApiService) PageSyncMap(ServiceSid string, params *ListSyncMapParams, pageToken, pageNumber string) (*ListSyncMapResponse, error) + func (c *ApiService) PageSyncMapItem(ServiceSid string, MapSid string, params *ListSyncMapItemParams, ...) (*ListSyncMapItemResponse, error) + func (c *ApiService) PageSyncMapPermission(ServiceSid string, MapSid string, params *ListSyncMapPermissionParams, ...) (*ListSyncMapPermissionResponse, error) + func (c *ApiService) PageSyncStream(ServiceSid string, params *ListSyncStreamParams, pageToken, pageNumber string) (*ListSyncStreamResponse, error) + func (c *ApiService) StreamDocument(ServiceSid string, params *ListDocumentParams) (chan SyncV1Document, error) + func (c *ApiService) StreamDocumentPermission(ServiceSid string, DocumentSid string, params *ListDocumentPermissionParams) (chan SyncV1DocumentPermission, error) + func (c *ApiService) StreamService(params *ListServiceParams) (chan SyncV1Service, error) + func (c *ApiService) StreamSyncList(ServiceSid string, params *ListSyncListParams) (chan SyncV1SyncList, error) + func (c *ApiService) StreamSyncListItem(ServiceSid string, ListSid string, params *ListSyncListItemParams) (chan SyncV1SyncListItem, error) + func (c *ApiService) StreamSyncListPermission(ServiceSid string, ListSid string, params *ListSyncListPermissionParams) (chan SyncV1SyncListPermission, error) + func (c *ApiService) StreamSyncMap(ServiceSid string, params *ListSyncMapParams) (chan SyncV1SyncMap, error) + func (c *ApiService) StreamSyncMapItem(ServiceSid string, MapSid string, params *ListSyncMapItemParams) (chan SyncV1SyncMapItem, error) + func (c *ApiService) StreamSyncMapPermission(ServiceSid string, MapSid string, params *ListSyncMapPermissionParams) (chan SyncV1SyncMapPermission, error) + func (c *ApiService) StreamSyncStream(ServiceSid string, params *ListSyncStreamParams) (chan SyncV1SyncStream, error) + func (c *ApiService) UpdateDocument(ServiceSid string, Sid string, params *UpdateDocumentParams) (*SyncV1Document, error) + func (c *ApiService) UpdateDocumentPermission(ServiceSid string, DocumentSid string, Identity string, ...) (*SyncV1DocumentPermission, error) + func (c *ApiService) UpdateService(Sid string, params *UpdateServiceParams) (*SyncV1Service, error) + func (c *ApiService) UpdateSyncList(ServiceSid string, Sid string, params *UpdateSyncListParams) (*SyncV1SyncList, error) + func (c *ApiService) UpdateSyncListItem(ServiceSid string, ListSid string, Index int, params *UpdateSyncListItemParams) (*SyncV1SyncListItem, error) + func (c *ApiService) UpdateSyncListPermission(ServiceSid string, ListSid string, Identity string, ...) (*SyncV1SyncListPermission, error) + func (c *ApiService) UpdateSyncMap(ServiceSid string, Sid string, params *UpdateSyncMapParams) (*SyncV1SyncMap, error) + func (c *ApiService) UpdateSyncMapItem(ServiceSid string, MapSid string, Key string, params *UpdateSyncMapItemParams) (*SyncV1SyncMapItem, error) + func (c *ApiService) UpdateSyncMapPermission(ServiceSid string, MapSid string, Identity string, ...) (*SyncV1SyncMapPermission, error) + func (c *ApiService) UpdateSyncStream(ServiceSid string, Sid string, params *UpdateSyncStreamParams) (*SyncV1SyncStream, error) + type CreateDocumentParams struct + Data *map[string]interface{} + Ttl *int + UniqueName *string + func (params *CreateDocumentParams) SetData(Data map[string]interface{}) *CreateDocumentParams + func (params *CreateDocumentParams) SetTtl(Ttl int) *CreateDocumentParams + func (params *CreateDocumentParams) SetUniqueName(UniqueName string) *CreateDocumentParams + type CreateServiceParams struct + AclEnabled *bool + FriendlyName *string + ReachabilityDebouncingEnabled *bool + ReachabilityDebouncingWindow *int + ReachabilityWebhooksEnabled *bool + WebhookUrl *string + WebhooksFromRestEnabled *bool + func (params *CreateServiceParams) SetAclEnabled(AclEnabled bool) *CreateServiceParams + func (params *CreateServiceParams) SetFriendlyName(FriendlyName string) *CreateServiceParams + func (params *CreateServiceParams) SetReachabilityDebouncingEnabled(ReachabilityDebouncingEnabled bool) *CreateServiceParams + func (params *CreateServiceParams) SetReachabilityDebouncingWindow(ReachabilityDebouncingWindow int) *CreateServiceParams + func (params *CreateServiceParams) SetReachabilityWebhooksEnabled(ReachabilityWebhooksEnabled bool) *CreateServiceParams + func (params *CreateServiceParams) SetWebhookUrl(WebhookUrl string) *CreateServiceParams + func (params *CreateServiceParams) SetWebhooksFromRestEnabled(WebhooksFromRestEnabled bool) *CreateServiceParams + type CreateStreamMessageParams struct + Data *map[string]interface{} + func (params *CreateStreamMessageParams) SetData(Data map[string]interface{}) *CreateStreamMessageParams + type CreateSyncListItemParams struct + CollectionTtl *int + Data *map[string]interface{} + ItemTtl *int + Ttl *int + func (params *CreateSyncListItemParams) SetCollectionTtl(CollectionTtl int) *CreateSyncListItemParams + func (params *CreateSyncListItemParams) SetData(Data map[string]interface{}) *CreateSyncListItemParams + func (params *CreateSyncListItemParams) SetItemTtl(ItemTtl int) *CreateSyncListItemParams + func (params *CreateSyncListItemParams) SetTtl(Ttl int) *CreateSyncListItemParams + type CreateSyncListParams struct + CollectionTtl *int + Ttl *int + UniqueName *string + func (params *CreateSyncListParams) SetCollectionTtl(CollectionTtl int) *CreateSyncListParams + func (params *CreateSyncListParams) SetTtl(Ttl int) *CreateSyncListParams + func (params *CreateSyncListParams) SetUniqueName(UniqueName string) *CreateSyncListParams + type CreateSyncMapItemParams struct + CollectionTtl *int + Data *map[string]interface{} + ItemTtl *int + Key *string + Ttl *int + func (params *CreateSyncMapItemParams) SetCollectionTtl(CollectionTtl int) *CreateSyncMapItemParams + func (params *CreateSyncMapItemParams) SetData(Data map[string]interface{}) *CreateSyncMapItemParams + func (params *CreateSyncMapItemParams) SetItemTtl(ItemTtl int) *CreateSyncMapItemParams + func (params *CreateSyncMapItemParams) SetKey(Key string) *CreateSyncMapItemParams + func (params *CreateSyncMapItemParams) SetTtl(Ttl int) *CreateSyncMapItemParams + type CreateSyncMapParams struct + CollectionTtl *int + Ttl *int + UniqueName *string + func (params *CreateSyncMapParams) SetCollectionTtl(CollectionTtl int) *CreateSyncMapParams + func (params *CreateSyncMapParams) SetTtl(Ttl int) *CreateSyncMapParams + func (params *CreateSyncMapParams) SetUniqueName(UniqueName string) *CreateSyncMapParams + type CreateSyncStreamParams struct + Ttl *int + UniqueName *string + func (params *CreateSyncStreamParams) SetTtl(Ttl int) *CreateSyncStreamParams + func (params *CreateSyncStreamParams) SetUniqueName(UniqueName string) *CreateSyncStreamParams + type DeleteSyncListItemParams struct + IfMatch *string + func (params *DeleteSyncListItemParams) SetIfMatch(IfMatch string) *DeleteSyncListItemParams + type DeleteSyncMapItemParams struct + IfMatch *string + func (params *DeleteSyncMapItemParams) SetIfMatch(IfMatch string) *DeleteSyncMapItemParams + type ListDocumentParams struct + Limit *int + PageSize *int + func (params *ListDocumentParams) SetLimit(Limit int) *ListDocumentParams + func (params *ListDocumentParams) SetPageSize(PageSize int) *ListDocumentParams + type ListDocumentPermissionParams struct + Limit *int + PageSize *int + func (params *ListDocumentPermissionParams) SetLimit(Limit int) *ListDocumentPermissionParams + func (params *ListDocumentPermissionParams) SetPageSize(PageSize int) *ListDocumentPermissionParams + type ListDocumentPermissionResponse struct + Meta ListServiceResponseMeta + Permissions []SyncV1DocumentPermission + type ListDocumentResponse struct + Documents []SyncV1Document + Meta ListServiceResponseMeta + type ListServiceParams struct + Limit *int + PageSize *int + func (params *ListServiceParams) SetLimit(Limit int) *ListServiceParams + func (params *ListServiceParams) SetPageSize(PageSize int) *ListServiceParams + type ListServiceResponse struct + Meta ListServiceResponseMeta + Services []SyncV1Service + type ListServiceResponseMeta struct + FirstPageUrl string + Key string + NextPageUrl string + Page int + PageSize int + PreviousPageUrl string + Url string + type ListSyncListItemParams struct + Bounds *string + From *string + Limit *int + Order *string + PageSize *int + func (params *ListSyncListItemParams) SetBounds(Bounds string) *ListSyncListItemParams + func (params *ListSyncListItemParams) SetFrom(From string) *ListSyncListItemParams + func (params *ListSyncListItemParams) SetLimit(Limit int) *ListSyncListItemParams + func (params *ListSyncListItemParams) SetOrder(Order string) *ListSyncListItemParams + func (params *ListSyncListItemParams) SetPageSize(PageSize int) *ListSyncListItemParams + type ListSyncListItemResponse struct + Items []SyncV1SyncListItem + Meta ListServiceResponseMeta + type ListSyncListParams struct + Limit *int + PageSize *int + func (params *ListSyncListParams) SetLimit(Limit int) *ListSyncListParams + func (params *ListSyncListParams) SetPageSize(PageSize int) *ListSyncListParams + type ListSyncListPermissionParams struct + Limit *int + PageSize *int + func (params *ListSyncListPermissionParams) SetLimit(Limit int) *ListSyncListPermissionParams + func (params *ListSyncListPermissionParams) SetPageSize(PageSize int) *ListSyncListPermissionParams + type ListSyncListPermissionResponse struct + Meta ListServiceResponseMeta + Permissions []SyncV1SyncListPermission + type ListSyncListResponse struct + Lists []SyncV1SyncList + Meta ListServiceResponseMeta + type ListSyncMapItemParams struct + Bounds *string + From *string + Limit *int + Order *string + PageSize *int + func (params *ListSyncMapItemParams) SetBounds(Bounds string) *ListSyncMapItemParams + func (params *ListSyncMapItemParams) SetFrom(From string) *ListSyncMapItemParams + func (params *ListSyncMapItemParams) SetLimit(Limit int) *ListSyncMapItemParams + func (params *ListSyncMapItemParams) SetOrder(Order string) *ListSyncMapItemParams + func (params *ListSyncMapItemParams) SetPageSize(PageSize int) *ListSyncMapItemParams + type ListSyncMapItemResponse struct + Items []SyncV1SyncMapItem + Meta ListServiceResponseMeta + type ListSyncMapParams struct + Limit *int + PageSize *int + func (params *ListSyncMapParams) SetLimit(Limit int) *ListSyncMapParams + func (params *ListSyncMapParams) SetPageSize(PageSize int) *ListSyncMapParams + type ListSyncMapPermissionParams struct + Limit *int + PageSize *int + func (params *ListSyncMapPermissionParams) SetLimit(Limit int) *ListSyncMapPermissionParams + func (params *ListSyncMapPermissionParams) SetPageSize(PageSize int) *ListSyncMapPermissionParams + type ListSyncMapPermissionResponse struct + Meta ListServiceResponseMeta + Permissions []SyncV1SyncMapPermission + type ListSyncMapResponse struct + Maps []SyncV1SyncMap + Meta ListServiceResponseMeta + type ListSyncStreamParams struct + Limit *int + PageSize *int + func (params *ListSyncStreamParams) SetLimit(Limit int) *ListSyncStreamParams + func (params *ListSyncStreamParams) SetPageSize(PageSize int) *ListSyncStreamParams + type ListSyncStreamResponse struct + Meta ListServiceResponseMeta + Streams []SyncV1SyncStream + type SyncV1Document struct + AccountSid *string + CreatedBy *string + Data *map[string]interface{} + DateCreated *time.Time + DateExpires *time.Time + DateUpdated *time.Time + Links *map[string]interface{} + Revision *string + ServiceSid *string + Sid *string + UniqueName *string + Url *string + type SyncV1DocumentPermission struct + AccountSid *string + DocumentSid *string + Identity *string + Manage *bool + Read *bool + ServiceSid *string + Url *string + Write *bool + type SyncV1Service struct + AccountSid *string + AclEnabled *bool + DateCreated *time.Time + DateUpdated *time.Time + FriendlyName *string + Links *map[string]interface{} + ReachabilityDebouncingEnabled *bool + ReachabilityDebouncingWindow *int + ReachabilityWebhooksEnabled *bool + Sid *string + UniqueName *string + Url *string + WebhookUrl *string + WebhooksFromRestEnabled *bool + type SyncV1StreamMessage struct + Data *map[string]interface{} + Sid *string + type SyncV1SyncList struct + AccountSid *string + CreatedBy *string + DateCreated *time.Time + DateExpires *time.Time + DateUpdated *time.Time + Links *map[string]interface{} + Revision *string + ServiceSid *string + Sid *string + UniqueName *string + Url *string + type SyncV1SyncListItem struct + AccountSid *string + CreatedBy *string + Data *map[string]interface{} + DateCreated *time.Time + DateExpires *time.Time + DateUpdated *time.Time + Index *int + ListSid *string + Revision *string + ServiceSid *string + Url *string + type SyncV1SyncListPermission struct + AccountSid *string + Identity *string + ListSid *string + Manage *bool + Read *bool + ServiceSid *string + Url *string + Write *bool + type SyncV1SyncMap struct + AccountSid *string + CreatedBy *string + DateCreated *time.Time + DateExpires *time.Time + DateUpdated *time.Time + Links *map[string]interface{} + Revision *string + ServiceSid *string + Sid *string + UniqueName *string + Url *string + type SyncV1SyncMapItem struct + AccountSid *string + CreatedBy *string + Data *map[string]interface{} + DateCreated *time.Time + DateExpires *time.Time + DateUpdated *time.Time + Key *string + MapSid *string + Revision *string + ServiceSid *string + Url *string + type SyncV1SyncMapPermission struct + AccountSid *string + Identity *string + Manage *bool + MapSid *string + Read *bool + ServiceSid *string + Url *string + Write *bool + type SyncV1SyncStream struct + AccountSid *string + CreatedBy *string + DateCreated *time.Time + DateExpires *time.Time + DateUpdated *time.Time + Links *map[string]interface{} + ServiceSid *string + Sid *string + UniqueName *string + Url *string + type UpdateDocumentParams struct + Data *map[string]interface{} + IfMatch *string + Ttl *int + func (params *UpdateDocumentParams) SetData(Data map[string]interface{}) *UpdateDocumentParams + func (params *UpdateDocumentParams) SetIfMatch(IfMatch string) *UpdateDocumentParams + func (params *UpdateDocumentParams) SetTtl(Ttl int) *UpdateDocumentParams + type UpdateDocumentPermissionParams struct + Manage *bool + Read *bool + Write *bool + func (params *UpdateDocumentPermissionParams) SetManage(Manage bool) *UpdateDocumentPermissionParams + func (params *UpdateDocumentPermissionParams) SetRead(Read bool) *UpdateDocumentPermissionParams + func (params *UpdateDocumentPermissionParams) SetWrite(Write bool) *UpdateDocumentPermissionParams + type UpdateServiceParams struct + AclEnabled *bool + FriendlyName *string + ReachabilityDebouncingEnabled *bool + ReachabilityDebouncingWindow *int + ReachabilityWebhooksEnabled *bool + WebhookUrl *string + WebhooksFromRestEnabled *bool + func (params *UpdateServiceParams) SetAclEnabled(AclEnabled bool) *UpdateServiceParams + func (params *UpdateServiceParams) SetFriendlyName(FriendlyName string) *UpdateServiceParams + func (params *UpdateServiceParams) SetReachabilityDebouncingEnabled(ReachabilityDebouncingEnabled bool) *UpdateServiceParams + func (params *UpdateServiceParams) SetReachabilityDebouncingWindow(ReachabilityDebouncingWindow int) *UpdateServiceParams + func (params *UpdateServiceParams) SetReachabilityWebhooksEnabled(ReachabilityWebhooksEnabled bool) *UpdateServiceParams + func (params *UpdateServiceParams) SetWebhookUrl(WebhookUrl string) *UpdateServiceParams + func (params *UpdateServiceParams) SetWebhooksFromRestEnabled(WebhooksFromRestEnabled bool) *UpdateServiceParams + type UpdateSyncListItemParams struct + CollectionTtl *int + Data *map[string]interface{} + IfMatch *string + ItemTtl *int + Ttl *int + func (params *UpdateSyncListItemParams) SetCollectionTtl(CollectionTtl int) *UpdateSyncListItemParams + func (params *UpdateSyncListItemParams) SetData(Data map[string]interface{}) *UpdateSyncListItemParams + func (params *UpdateSyncListItemParams) SetIfMatch(IfMatch string) *UpdateSyncListItemParams + func (params *UpdateSyncListItemParams) SetItemTtl(ItemTtl int) *UpdateSyncListItemParams + func (params *UpdateSyncListItemParams) SetTtl(Ttl int) *UpdateSyncListItemParams + type UpdateSyncListParams struct + CollectionTtl *int + Ttl *int + func (params *UpdateSyncListParams) SetCollectionTtl(CollectionTtl int) *UpdateSyncListParams + func (params *UpdateSyncListParams) SetTtl(Ttl int) *UpdateSyncListParams + type UpdateSyncListPermissionParams struct + Manage *bool + Read *bool + Write *bool + func (params *UpdateSyncListPermissionParams) SetManage(Manage bool) *UpdateSyncListPermissionParams + func (params *UpdateSyncListPermissionParams) SetRead(Read bool) *UpdateSyncListPermissionParams + func (params *UpdateSyncListPermissionParams) SetWrite(Write bool) *UpdateSyncListPermissionParams + type UpdateSyncMapItemParams struct + CollectionTtl *int + Data *map[string]interface{} + IfMatch *string + ItemTtl *int + Ttl *int + func (params *UpdateSyncMapItemParams) SetCollectionTtl(CollectionTtl int) *UpdateSyncMapItemParams + func (params *UpdateSyncMapItemParams) SetData(Data map[string]interface{}) *UpdateSyncMapItemParams + func (params *UpdateSyncMapItemParams) SetIfMatch(IfMatch string) *UpdateSyncMapItemParams + func (params *UpdateSyncMapItemParams) SetItemTtl(ItemTtl int) *UpdateSyncMapItemParams + func (params *UpdateSyncMapItemParams) SetTtl(Ttl int) *UpdateSyncMapItemParams + type UpdateSyncMapParams struct + CollectionTtl *int + Ttl *int + func (params *UpdateSyncMapParams) SetCollectionTtl(CollectionTtl int) *UpdateSyncMapParams + func (params *UpdateSyncMapParams) SetTtl(Ttl int) *UpdateSyncMapParams + type UpdateSyncMapPermissionParams struct + Manage *bool + Read *bool + Write *bool + func (params *UpdateSyncMapPermissionParams) SetManage(Manage bool) *UpdateSyncMapPermissionParams + func (params *UpdateSyncMapPermissionParams) SetRead(Read bool) *UpdateSyncMapPermissionParams + func (params *UpdateSyncMapPermissionParams) SetWrite(Write bool) *UpdateSyncMapPermissionParams + type UpdateSyncStreamParams struct + Ttl *int + func (params *UpdateSyncStreamParams) SetTtl(Ttl int) *UpdateSyncStreamParams