Class EventStreamCloudEventContextRequestGeo
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Geographic information about the request origin.
[Serializable]
public record EventStreamCloudEventContextRequestGeo : IJsonOnDeserialized, IEquatable<EventStreamCloudEventContextRequestGeo>
- Inheritance
-
EventStreamCloudEventContextRequestGeo
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
CityName
City name.
[JsonPropertyName("city_name")]
public string? CityName { get; set; }
Property Value
ContinentCode
Continent code.
[JsonPropertyName("continent_code")]
public string? ContinentCode { get; set; }
Property Value
CountryCode
Country code.
[JsonPropertyName("country_code")]
public string? CountryCode { get; set; }
Property Value
CountryName
Country name.
[JsonPropertyName("country_name")]
public string? CountryName { get; set; }
Property Value
Latitude
Latitude coordinate.
[JsonPropertyName("latitude")]
public double? Latitude { get; set; }
Property Value
Longitude
Longitude coordinate.
[JsonPropertyName("longitude")]
public double? Longitude { get; set; }
Property Value
SubdivisionCode
Subdivision (state/province) code.
[JsonPropertyName("subdivision_code")]
public string? SubdivisionCode { get; set; }
Property Value
SubdivisionName
Subdivision (state/province) name.
[JsonPropertyName("subdivision_name")]
public string? SubdivisionName { get; set; }
Property Value
TimeZone
Time zone.
[JsonPropertyName("time_zone")]
public string? TimeZone { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.