Share via


ApiUpdateContract.ApiType Property

Definition

Gets or sets type of API. Possible values include: 'http', 'soap', 'websocket', 'graphql'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.type")]
public string ApiType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.type")>]
member this.ApiType : string with get, set
Public Property ApiType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to