Share via


DatacenterAddressLocationResponse.Country Property

Definition

Gets name of the country

[Newtonsoft.Json.JsonProperty(PropertyName="country")]
public string Country { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="country")>]
member this.Country : string
Public ReadOnly Property Country As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to