Share via


GetObjectsParameters.Types Property

Definition

Gets or sets the requested object types.

[Newtonsoft.Json.JsonProperty(PropertyName="types")]
public System.Collections.Generic.IList<string> Types { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="types")>]
member this.Types : System.Collections.Generic.IList<string> with get, set
Public Property Types As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to