Name | Type | Description | Notes |
---|---|---|---|
Continent | string | ||
Country | string | ||
Lat | float64 | ||
Long | float64 | ||
City | string |
func NewAuthenticatedSessionGeoIp(continent string, country string, lat float64, long float64, city string, ) *AuthenticatedSessionGeoIp
NewAuthenticatedSessionGeoIp instantiates a new AuthenticatedSessionGeoIp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAuthenticatedSessionGeoIpWithDefaults() *AuthenticatedSessionGeoIp
NewAuthenticatedSessionGeoIpWithDefaults instantiates a new AuthenticatedSessionGeoIp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *AuthenticatedSessionGeoIp) GetContinent() string
GetContinent returns the Continent field if non-nil, zero value otherwise.
func (o *AuthenticatedSessionGeoIp) GetContinentOk() (*string, bool)
GetContinentOk returns a tuple with the Continent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticatedSessionGeoIp) SetContinent(v string)
SetContinent sets Continent field to given value.
func (o *AuthenticatedSessionGeoIp) GetCountry() string
GetCountry returns the Country field if non-nil, zero value otherwise.
func (o *AuthenticatedSessionGeoIp) GetCountryOk() (*string, bool)
GetCountryOk returns a tuple with the Country field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticatedSessionGeoIp) SetCountry(v string)
SetCountry sets Country field to given value.
func (o *AuthenticatedSessionGeoIp) GetLat() float64
GetLat returns the Lat field if non-nil, zero value otherwise.
func (o *AuthenticatedSessionGeoIp) GetLatOk() (*float64, bool)
GetLatOk returns a tuple with the Lat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticatedSessionGeoIp) SetLat(v float64)
SetLat sets Lat field to given value.
func (o *AuthenticatedSessionGeoIp) GetLong() float64
GetLong returns the Long field if non-nil, zero value otherwise.
func (o *AuthenticatedSessionGeoIp) GetLongOk() (*float64, bool)
GetLongOk returns a tuple with the Long field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticatedSessionGeoIp) SetLong(v float64)
SetLong sets Long field to given value.
func (o *AuthenticatedSessionGeoIp) GetCity() string
GetCity returns the City field if non-nil, zero value otherwise.
func (o *AuthenticatedSessionGeoIp) GetCityOk() (*string, bool)
GetCityOk returns a tuple with the City field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticatedSessionGeoIp) SetCity(v string)
SetCity sets City field to given value.