UnsubscribeRequestBuilder

DSL builder for constructing UnsubscribeRequest instances.

This builder unsubscribes from updates for a specific resource by URI.

Required

  • uri - The URI of the resource to unsubscribe from

Optional

  • meta - Metadata for the request

See also

Properties

Link copied to clipboard
var uri: String?

The URI of the resource to unsubscribe from. This is a required field.

Functions

Link copied to clipboard
fun meta(builderAction: RequestMetaBuilder.() -> Unit)

Sets request metadata using a DSL builder.