Table of Contents

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

ReadOnlyAdditionalProperties

CityName

City name.

[JsonPropertyName("city_name")]
public string? CityName { get; set; }

Property Value

string

ContinentCode

Continent code.

[JsonPropertyName("continent_code")]
public string? ContinentCode { get; set; }

Property Value

string

CountryCode

Country code.

[JsonPropertyName("country_code")]
public string? CountryCode { get; set; }

Property Value

string

CountryName

Country name.

[JsonPropertyName("country_name")]
public string? CountryName { get; set; }

Property Value

string

Latitude

Latitude coordinate.

[JsonPropertyName("latitude")]
public double? Latitude { get; set; }

Property Value

double?

Longitude

Longitude coordinate.

[JsonPropertyName("longitude")]
public double? Longitude { get; set; }

Property Value

double?

SubdivisionCode

Subdivision (state/province) code.

[JsonPropertyName("subdivision_code")]
public string? SubdivisionCode { get; set; }

Property Value

string

SubdivisionName

Subdivision (state/province) name.

[JsonPropertyName("subdivision_name")]
public string? SubdivisionName { get; set; }

Property Value

string

TimeZone

Time zone.

[JsonPropertyName("time_zone")]
public string? TimeZone { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.