Versions in this module Expand all Collapse all v1 v1.2.4 Mar 19, 2026 Changes in this version + type APIClient struct + BlockCRUDApi *BlockCRUDApiService + MetaSchemaCRUDApi *MetaSchemaCRUDApiService + NotificationSubscriptionCRUDApi *NotificationSubscriptionCRUDApiService + NotificationSubscriptionsCRUDApi *NotificationSubscriptionsCRUDApiService + RecordCRUDApi *RecordCRUDApiService + func NewAPIClient(cfg *Configuration) *APIClient + type BlockCRUDApiService service + func (a *BlockCRUDApiService) CreateOrModifyBlock(ctx context.Context, request *CreateOrModifyBlockRequest) (*CreateOrModifyBlockResponse, error) + func (a *BlockCRUDApiService) DeleteBlock(ctx context.Context, request *DeleteBlockRequest) (*DeleteBlockResponse, error) + func (a *BlockCRUDApiService) GetBlock(ctx context.Context, request *GetBlockRequest) (*GetBlockResponse, error) + func (a *BlockCRUDApiService) GetBlockList(ctx context.Context, request *GetBlockListRequest) (*GetBlockListResponse, error) + type BulkDeleteRecordsError struct + ProblemDetails models.ProblemDetails + type BulkDeleteRecordsRequest struct + Filter *models.SearchExpression + RealmId *string + StorageId *string + SupportedFeatures *string + func (r *BulkDeleteRecordsRequest) SetFilter(Filter models.SearchExpression) + func (r *BulkDeleteRecordsRequest) SetRealmId(RealmId string) + func (r *BulkDeleteRecordsRequest) SetStorageId(StorageId string) + func (r *BulkDeleteRecordsRequest) SetSupportedFeatures(SupportedFeatures string) + type BulkDeleteRecordsResponse struct + RecordIdList models.RecordIdList + type Configuration struct + MetricsHook openapi.RequestMetricsHook + func NewConfiguration() *Configuration + func (c *Configuration) AddDefaultHeader(key string, value string) + func (c *Configuration) BasePath() string + func (c *Configuration) DefaultHeader() map[string]string + func (c *Configuration) HTTPClient() *http.Client + func (c *Configuration) Host() string + func (c *Configuration) Metrics() openapi.RequestMetricsHook + func (c *Configuration) SetBasePath(apiRoot string) + func (c *Configuration) SetHTTPClient(client *http.Client) + func (c *Configuration) SetHost(host string) + func (c *Configuration) SetMetrics(h openapi.RequestMetricsHook) + func (c *Configuration) SetUserAgent(userAgent string) + func (c *Configuration) UserAgent() string + type CreateAndUpdateNotificationSubscriptionError struct + CacheControl string + ETag string + ProblemDetails models.ProblemDetails + RetryAfter interface{} + type CreateAndUpdateNotificationSubscriptionOnDataChangePostError struct + ProblemDetails models.ProblemDetails + type CreateAndUpdateNotificationSubscriptionOnDataChangePostRequest struct + RecordNotification *models.RecordNotification + func (r *CreateAndUpdateNotificationSubscriptionOnDataChangePostRequest) SetRecordNotification(RecordNotification models.RecordNotification) + type CreateAndUpdateNotificationSubscriptionOnDataChangePostResponse struct + type CreateAndUpdateNotificationSubscriptionRequest struct + IfMatch *string + IfNoneMatch *string + NotificationSubscription *models.NotificationSubscription + RealmId *string + StorageId *string + SubscriptionId *string + SupportedFeatures *string + func (r *CreateAndUpdateNotificationSubscriptionRequest) SetIfMatch(IfMatch string) + func (r *CreateAndUpdateNotificationSubscriptionRequest) SetIfNoneMatch(IfNoneMatch string) + func (r *CreateAndUpdateNotificationSubscriptionRequest) SetNotificationSubscription(NotificationSubscription models.NotificationSubscription) + func (r *CreateAndUpdateNotificationSubscriptionRequest) SetRealmId(RealmId string) + func (r *CreateAndUpdateNotificationSubscriptionRequest) SetStorageId(StorageId string) + func (r *CreateAndUpdateNotificationSubscriptionRequest) SetSubscriptionId(SubscriptionId string) + func (r *CreateAndUpdateNotificationSubscriptionRequest) SetSupportedFeatures(SupportedFeatures string) + type CreateAndUpdateNotificationSubscriptionResponse struct + CacheControl string + ETag string + LastModified string + Location string + NotificationSubscription models.NotificationSubscription + type CreateAndUpdateNotificationSubscriptionSubscriptionExpiryNotificationPostError struct + ProblemDetails models.ProblemDetails + type CreateAndUpdateNotificationSubscriptionSubscriptionExpiryNotificationPostRequest struct + UdsfDataRepositoryNotificationInfo *models.UdsfDataRepositoryNotificationInfo + func (r *CreateAndUpdateNotificationSubscriptionSubscriptionExpiryNotificationPostRequest) SetUdsfDataRepositoryNotificationInfo(UdsfDataRepositoryNotificationInfo models.UdsfDataRepositoryNotificationInfo) + type CreateAndUpdateNotificationSubscriptionSubscriptionExpiryNotificationPostResponse struct + type CreateOrModifyBlockError struct + CacheControl string + CreateOrModifyBlockResponse412 map[string]interface{} + ETag string + LastModified string + ProblemDetails models.ProblemDetails + type CreateOrModifyBlockRequest struct + BlockId *string + Body map[string]interface{} + GetPrevious *bool + IfMatch *string + IfNoneMatch *string + RealmId *string + RecordId *string + StorageId *string + SupportedFeatures *string + func (r *CreateOrModifyBlockRequest) SetBlockId(BlockId string) + func (r *CreateOrModifyBlockRequest) SetBody(Body map[string]interface{}) + func (r *CreateOrModifyBlockRequest) SetGetPrevious(GetPrevious bool) + func (r *CreateOrModifyBlockRequest) SetIfMatch(IfMatch string) + func (r *CreateOrModifyBlockRequest) SetIfNoneMatch(IfNoneMatch string) + func (r *CreateOrModifyBlockRequest) SetRealmId(RealmId string) + func (r *CreateOrModifyBlockRequest) SetRecordId(RecordId string) + func (r *CreateOrModifyBlockRequest) SetStorageId(StorageId string) + func (r *CreateOrModifyBlockRequest) SetSupportedFeatures(SupportedFeatures string) + type CreateOrModifyBlockResponse struct + CacheControl string + CreateOrModifyBlockResponse200 map[string]interface{} + ETag string + LastModified string + Location string + type CreateOrModifyMetaSchemaError struct + CacheControl string + ETag string + MetaSchema models.MetaSchema + ProblemDetails models.ProblemDetails + RetryAfter interface{} + type CreateOrModifyMetaSchemaRequest struct + GetPrevious *bool + IfMatch *string + IfNoneMatch *string + MetaSchema *models.MetaSchema + RealmId *string + SchemaId *string + StorageId *string + SupportedFeatures *string + func (r *CreateOrModifyMetaSchemaRequest) SetGetPrevious(GetPrevious bool) + func (r *CreateOrModifyMetaSchemaRequest) SetIfMatch(IfMatch string) + func (r *CreateOrModifyMetaSchemaRequest) SetIfNoneMatch(IfNoneMatch string) + func (r *CreateOrModifyMetaSchemaRequest) SetMetaSchema(MetaSchema models.MetaSchema) + func (r *CreateOrModifyMetaSchemaRequest) SetRealmId(RealmId string) + func (r *CreateOrModifyMetaSchemaRequest) SetSchemaId(SchemaId string) + func (r *CreateOrModifyMetaSchemaRequest) SetStorageId(StorageId string) + func (r *CreateOrModifyMetaSchemaRequest) SetSupportedFeatures(SupportedFeatures string) + type CreateOrModifyMetaSchemaResponse struct + CacheControl string + ETag string + LastModified string + Location string + MetaSchema models.MetaSchema + type CreateOrModifyRecordError struct + CacheControl string + ETag string + LastModified string + ProblemDetails models.ProblemDetails + Record models.Record + RetryAfter interface{} + type CreateOrModifyRecordRecordExpiredPostError struct + ProblemDetails models.ProblemDetails + type CreateOrModifyRecordRecordExpiredPostRequest struct + ContentLocation *string + Record *models.Record + func (r *CreateOrModifyRecordRecordExpiredPostRequest) SetContentLocation(ContentLocation string) + func (r *CreateOrModifyRecordRecordExpiredPostRequest) SetRecord(Record models.Record) + type CreateOrModifyRecordRecordExpiredPostResponse struct + type CreateOrModifyRecordRequest struct + GetPrevious *bool + IfMatch *string + IfNoneMatch *string + RealmId *string + Record *models.Record + RecordId *string + StorageId *string + SupportedFeatures *string + func (r *CreateOrModifyRecordRequest) SetGetPrevious(GetPrevious bool) + func (r *CreateOrModifyRecordRequest) SetIfMatch(IfMatch string) + func (r *CreateOrModifyRecordRequest) SetIfNoneMatch(IfNoneMatch string) + func (r *CreateOrModifyRecordRequest) SetRealmId(RealmId string) + func (r *CreateOrModifyRecordRequest) SetRecord(Record models.Record) + func (r *CreateOrModifyRecordRequest) SetRecordId(RecordId string) + func (r *CreateOrModifyRecordRequest) SetStorageId(StorageId string) + func (r *CreateOrModifyRecordRequest) SetSupportedFeatures(SupportedFeatures string) + type CreateOrModifyRecordResponse struct + CacheControl string + ETag string + LastModified string + Location string + Record models.Record + type DeleteBlockError struct + CacheControl string + DeleteBlockResponse412 map[string]interface{} + ETag string + LastModified string + ProblemDetails models.ProblemDetails + type DeleteBlockRequest struct + BlockId *string + GetPrevious *bool + IfMatch *string + RealmId *string + RecordId *string + StorageId *string + SupportedFeatures *string + func (r *DeleteBlockRequest) SetBlockId(BlockId string) + func (r *DeleteBlockRequest) SetGetPrevious(GetPrevious bool) + func (r *DeleteBlockRequest) SetIfMatch(IfMatch string) + func (r *DeleteBlockRequest) SetRealmId(RealmId string) + func (r *DeleteBlockRequest) SetRecordId(RecordId string) + func (r *DeleteBlockRequest) SetStorageId(StorageId string) + func (r *DeleteBlockRequest) SetSupportedFeatures(SupportedFeatures string) + type DeleteBlockResponse struct + DeleteBlockResponse200 map[string]interface{} + ETag string + LastModified string + type DeleteMetaSchemaError struct + CacheControl string + ETag string + MetaSchema models.MetaSchema + ProblemDetails models.ProblemDetails + RetryAfter interface{} + type DeleteMetaSchemaRequest struct + GetPrevious *bool + IfMatch *string + RealmId *string + SchemaId *string + StorageId *string + SupportedFeatures *string + func (r *DeleteMetaSchemaRequest) SetGetPrevious(GetPrevious bool) + func (r *DeleteMetaSchemaRequest) SetIfMatch(IfMatch string) + func (r *DeleteMetaSchemaRequest) SetRealmId(RealmId string) + func (r *DeleteMetaSchemaRequest) SetSchemaId(SchemaId string) + func (r *DeleteMetaSchemaRequest) SetStorageId(StorageId string) + func (r *DeleteMetaSchemaRequest) SetSupportedFeatures(SupportedFeatures string) + type DeleteMetaSchemaResponse struct + ETag string + LastModified string + MetaSchema models.MetaSchema + type DeleteNotificationSubscriptionError struct + NotificationSubscription models.NotificationSubscription + ProblemDetails models.ProblemDetails + type DeleteNotificationSubscriptionRequest struct + ClientId *models.ClientId + GetPrevious *bool + IfMatch *string + RealmId *string + StorageId *string + SubscriptionId *string + SupportedFeatures *string + func (r *DeleteNotificationSubscriptionRequest) SetClientId(ClientId models.ClientId) + func (r *DeleteNotificationSubscriptionRequest) SetGetPrevious(GetPrevious bool) + func (r *DeleteNotificationSubscriptionRequest) SetIfMatch(IfMatch string) + func (r *DeleteNotificationSubscriptionRequest) SetRealmId(RealmId string) + func (r *DeleteNotificationSubscriptionRequest) SetStorageId(StorageId string) + func (r *DeleteNotificationSubscriptionRequest) SetSubscriptionId(SubscriptionId string) + func (r *DeleteNotificationSubscriptionRequest) SetSupportedFeatures(SupportedFeatures string) + type DeleteNotificationSubscriptionResponse struct + NotificationSubscription []models.NotificationSubscription + type DeleteRecordError struct + CacheControl string + ETag string + LastModified string + ProblemDetails models.ProblemDetails + Record models.Record + RetryAfter interface{} + type DeleteRecordRequest struct + GetPrevious *bool + IfMatch *string + RealmId *string + RecordId *string + StorageId *string + SupportedFeatures *string + func (r *DeleteRecordRequest) SetGetPrevious(GetPrevious bool) + func (r *DeleteRecordRequest) SetIfMatch(IfMatch string) + func (r *DeleteRecordRequest) SetRealmId(RealmId string) + func (r *DeleteRecordRequest) SetRecordId(RecordId string) + func (r *DeleteRecordRequest) SetStorageId(StorageId string) + func (r *DeleteRecordRequest) SetSupportedFeatures(SupportedFeatures string) + type DeleteRecordResponse struct + ETag string + LastModified string + Record models.Record + type GetBlockError struct + CacheControl string + ETag string + ProblemDetails models.ProblemDetails + RetryAfter interface{} + type GetBlockListError struct + ProblemDetails models.ProblemDetails + type GetBlockListRequest struct + RealmId *string + RecordId *string + StorageId *string + SupportedFeatures *string + func (r *GetBlockListRequest) SetRealmId(RealmId string) + func (r *GetBlockListRequest) SetRecordId(RecordId string) + func (r *GetBlockListRequest) SetStorageId(StorageId string) + func (r *GetBlockListRequest) SetSupportedFeatures(SupportedFeatures string) + type GetBlockListResponse struct + CacheControl string + ETag string + GetBlockListResponse200 map[string]interface{} + LastModified string + type GetBlockRequest struct + BlockId *string + IfModifiedSince *string + IfNoneMatch *string + RealmId *string + RecordId *string + StorageId *string + SupportedFeatures *string + func (r *GetBlockRequest) SetBlockId(BlockId string) + func (r *GetBlockRequest) SetIfModifiedSince(IfModifiedSince string) + func (r *GetBlockRequest) SetIfNoneMatch(IfNoneMatch string) + func (r *GetBlockRequest) SetRealmId(RealmId string) + func (r *GetBlockRequest) SetRecordId(RecordId string) + func (r *GetBlockRequest) SetStorageId(StorageId string) + func (r *GetBlockRequest) SetSupportedFeatures(SupportedFeatures string) + type GetBlockResponse struct + CacheControl string + ETag string + GetBlockResponse200 map[string]interface{} + LastModified string + type GetMetaError struct + CacheControl string + ETag string + ProblemDetails models.ProblemDetails + RetryAfter interface{} + type GetMetaRequest struct + IfModifiedSince *string + IfNoneMatch *string + RealmId *string + RecordId *string + StorageId *string + SupportedFeatures *string + func (r *GetMetaRequest) SetIfModifiedSince(IfModifiedSince string) + func (r *GetMetaRequest) SetIfNoneMatch(IfNoneMatch string) + func (r *GetMetaRequest) SetRealmId(RealmId string) + func (r *GetMetaRequest) SetRecordId(RecordId string) + func (r *GetMetaRequest) SetStorageId(StorageId string) + func (r *GetMetaRequest) SetSupportedFeatures(SupportedFeatures string) + type GetMetaResponse struct + CacheControl string + ETag string + LastModified string + RecordMeta models.RecordMeta + type GetMetaSchemaError struct + CacheControl string + ETag string + ProblemDetails models.ProblemDetails + RetryAfter interface{} + type GetMetaSchemaRequest struct + IfModifiedSince *string + IfNoneMatch *string + RealmId *string + SchemaId *string + StorageId *string + SupportedFeatures *string + func (r *GetMetaSchemaRequest) SetIfModifiedSince(IfModifiedSince string) + func (r *GetMetaSchemaRequest) SetIfNoneMatch(IfNoneMatch string) + func (r *GetMetaSchemaRequest) SetRealmId(RealmId string) + func (r *GetMetaSchemaRequest) SetSchemaId(SchemaId string) + func (r *GetMetaSchemaRequest) SetStorageId(StorageId string) + func (r *GetMetaSchemaRequest) SetSupportedFeatures(SupportedFeatures string) + type GetMetaSchemaResponse struct + CacheControl string + ETag string + LastModified string + Record models.Record + type GetNotificationSubscriptionError struct + CacheControl string + ETag string + ProblemDetails models.ProblemDetails + RetryAfter interface{} + type GetNotificationSubscriptionRequest struct + IfModifiedSince *string + IfNoneMatch *string + RealmId *string + StorageId *string + SubscriptionId *string + SupportedFeatures *string + func (r *GetNotificationSubscriptionRequest) SetIfModifiedSince(IfModifiedSince string) + func (r *GetNotificationSubscriptionRequest) SetIfNoneMatch(IfNoneMatch string) + func (r *GetNotificationSubscriptionRequest) SetRealmId(RealmId string) + func (r *GetNotificationSubscriptionRequest) SetStorageId(StorageId string) + func (r *GetNotificationSubscriptionRequest) SetSubscriptionId(SubscriptionId string) + func (r *GetNotificationSubscriptionRequest) SetSupportedFeatures(SupportedFeatures string) + type GetNotificationSubscriptionResponse struct + CacheControl string + ETag string + LastModified string + NotificationSubscription models.NotificationSubscription + type GetNotificationSubscriptionsError struct + CacheControl string + ETag string + ProblemDetails models.ProblemDetails + RetryAfter interface{} + type GetNotificationSubscriptionsRequest struct + LimitRange *int32 + RealmId *string + StorageId *string + SupportedFeatures *string + func (r *GetNotificationSubscriptionsRequest) SetLimitRange(LimitRange int32) + func (r *GetNotificationSubscriptionsRequest) SetRealmId(RealmId string) + func (r *GetNotificationSubscriptionsRequest) SetStorageId(StorageId string) + func (r *GetNotificationSubscriptionsRequest) SetSupportedFeatures(SupportedFeatures string) + type GetNotificationSubscriptionsResponse struct + NotificationSubscription []models.NotificationSubscription + type GetRecordError struct + CacheControl string + ETag string + ProblemDetails models.ProblemDetails + RetryAfter interface{} + type GetRecordRequest struct + IfModifiedSince *string + IfNoneMatch *string + RealmId *string + RecordId *string + StorageId *string + SupportedFeatures *string + func (r *GetRecordRequest) SetIfModifiedSince(IfModifiedSince string) + func (r *GetRecordRequest) SetIfNoneMatch(IfNoneMatch string) + func (r *GetRecordRequest) SetRealmId(RealmId string) + func (r *GetRecordRequest) SetRecordId(RecordId string) + func (r *GetRecordRequest) SetStorageId(StorageId string) + func (r *GetRecordRequest) SetSupportedFeatures(SupportedFeatures string) + type GetRecordResponse struct + CacheControl string + ETag string + LastModified string + Record models.Record + type MetaSchemaCRUDApiService service + func (a *MetaSchemaCRUDApiService) CreateOrModifyMetaSchema(ctx context.Context, request *CreateOrModifyMetaSchemaRequest) (*CreateOrModifyMetaSchemaResponse, error) + func (a *MetaSchemaCRUDApiService) DeleteMetaSchema(ctx context.Context, request *DeleteMetaSchemaRequest) (*DeleteMetaSchemaResponse, error) + func (a *MetaSchemaCRUDApiService) GetMetaSchema(ctx context.Context, request *GetMetaSchemaRequest) (*GetMetaSchemaResponse, error) + type NotificationSubscriptionCRUDApiService service + func (a *NotificationSubscriptionCRUDApiService) CreateAndUpdateNotificationSubscription(ctx context.Context, request *CreateAndUpdateNotificationSubscriptionRequest) (*CreateAndUpdateNotificationSubscriptionResponse, error) + func (a *NotificationSubscriptionCRUDApiService) CreateAndUpdateNotificationSubscriptionOnDataChangePost(ctx context.Context, uri string, ...) (*CreateAndUpdateNotificationSubscriptionOnDataChangePostResponse, error) + func (a *NotificationSubscriptionCRUDApiService) CreateAndUpdateNotificationSubscriptionSubscriptionExpiryNotificationPost(ctx context.Context, uri string, ...) (...) + func (a *NotificationSubscriptionCRUDApiService) DeleteNotificationSubscription(ctx context.Context, request *DeleteNotificationSubscriptionRequest) (*DeleteNotificationSubscriptionResponse, error) + func (a *NotificationSubscriptionCRUDApiService) GetNotificationSubscription(ctx context.Context, request *GetNotificationSubscriptionRequest) (*GetNotificationSubscriptionResponse, error) + func (a *NotificationSubscriptionCRUDApiService) UpdateNotificationSubscription(ctx context.Context, request *UpdateNotificationSubscriptionRequest) (*UpdateNotificationSubscriptionResponse, error) + type NotificationSubscriptionsCRUDApiService service + func (a *NotificationSubscriptionsCRUDApiService) GetNotificationSubscriptions(ctx context.Context, request *GetNotificationSubscriptionsRequest) (*GetNotificationSubscriptionsResponse, error) + type RecordCRUDApiService service + func (a *RecordCRUDApiService) BulkDeleteRecords(ctx context.Context, request *BulkDeleteRecordsRequest) (*BulkDeleteRecordsResponse, error) + func (a *RecordCRUDApiService) CreateOrModifyRecord(ctx context.Context, request *CreateOrModifyRecordRequest) (*CreateOrModifyRecordResponse, error) + func (a *RecordCRUDApiService) CreateOrModifyRecordRecordExpiredPost(ctx context.Context, uri string, ...) (*CreateOrModifyRecordRecordExpiredPostResponse, error) + func (a *RecordCRUDApiService) DeleteRecord(ctx context.Context, request *DeleteRecordRequest) (*DeleteRecordResponse, error) + func (a *RecordCRUDApiService) GetMeta(ctx context.Context, request *GetMetaRequest) (*GetMetaResponse, error) + func (a *RecordCRUDApiService) GetRecord(ctx context.Context, request *GetRecordRequest) (*GetRecordResponse, error) + func (a *RecordCRUDApiService) SearchRecord(ctx context.Context, request *SearchRecordRequest) (*SearchRecordResponse, error) + func (a *RecordCRUDApiService) UpdateMeta(ctx context.Context, request *UpdateMetaRequest) (*UpdateMetaResponse, error) + type SearchRecordError struct + ProblemDetails models.ProblemDetails + type SearchRecordRequest struct + CountIndicator *bool + Filter *models.SearchExpression + LimitRange *int32 + MaxPayloadSize *int32 + RealmId *string + RetrieveRecords *models.RetrieveRecords + StorageId *string + SupportedFeatures *string + func (r *SearchRecordRequest) SetCountIndicator(CountIndicator bool) + func (r *SearchRecordRequest) SetFilter(Filter models.SearchExpression) + func (r *SearchRecordRequest) SetLimitRange(LimitRange int32) + func (r *SearchRecordRequest) SetMaxPayloadSize(MaxPayloadSize int32) + func (r *SearchRecordRequest) SetRealmId(RealmId string) + func (r *SearchRecordRequest) SetRetrieveRecords(RetrieveRecords models.RetrieveRecords) + func (r *SearchRecordRequest) SetStorageId(StorageId string) + func (r *SearchRecordRequest) SetSupportedFeatures(SupportedFeatures string) + type SearchRecordResponse struct + RecordSearchResult models.RecordSearchResult + type UpdateMetaError struct + CacheControl string + ETag string + ProblemDetails models.ProblemDetails + RetryAfter interface{} + type UpdateMetaRequest struct + IfMatch *string + PatchItem []models.PatchItem + RealmId *string + RecordId *string + StorageId *string + SupportedFeatures *string + func (r *UpdateMetaRequest) SetIfMatch(IfMatch string) + func (r *UpdateMetaRequest) SetPatchItem(PatchItem []models.PatchItem) + func (r *UpdateMetaRequest) SetRealmId(RealmId string) + func (r *UpdateMetaRequest) SetRecordId(RecordId string) + func (r *UpdateMetaRequest) SetStorageId(StorageId string) + func (r *UpdateMetaRequest) SetSupportedFeatures(SupportedFeatures string) + type UpdateMetaResponse struct + CacheControl string + ETag string + LastModified string + PatchResult models.PatchResult + type UpdateNotificationSubscriptionError struct + CacheControl string + ETag string + ProblemDetails models.ProblemDetails + RetryAfter interface{} + type UpdateNotificationSubscriptionRequest struct + IfMatch *string + PatchItem []models.PatchItem + RealmId *string + StorageId *string + SubscriptionId *string + SupportedFeatures *string + func (r *UpdateNotificationSubscriptionRequest) SetIfMatch(IfMatch string) + func (r *UpdateNotificationSubscriptionRequest) SetPatchItem(PatchItem []models.PatchItem) + func (r *UpdateNotificationSubscriptionRequest) SetRealmId(RealmId string) + func (r *UpdateNotificationSubscriptionRequest) SetStorageId(StorageId string) + func (r *UpdateNotificationSubscriptionRequest) SetSubscriptionId(SubscriptionId string) + func (r *UpdateNotificationSubscriptionRequest) SetSupportedFeatures(SupportedFeatures string) + type UpdateNotificationSubscriptionResponse struct + CacheControl string + ETag string + LastModified string + PatchResult models.PatchResult