ComponentPurgeResponse.OperationId Property

Definition

Gets or sets id to use when querying for status for a particular purge operation.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to