Table of Contents

Class UpdateSubscriptionModel

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll

The data that can be updated on an event grid domain topic subscription

public class UpdateSubscriptionModel
Inheritance
UpdateSubscriptionModel
Inherited Members

Properties

Endpoint

The endpoint to use for the subcription.

[JsonProperty("Endpoint", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public Uri Endpoint { get; set; }

Property Value

Uri

EventTypes

The event types to subscribe.

[JsonProperty("EventTypes", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<string> EventTypes { get; set; }

Property Value

ICollection<string>