Name | Type | Description | Notes |
---|---|---|---|
Logins | []Coordinate | [readonly] | |
LoginsFailed | []Coordinate | [readonly] | |
Authorizations | []Coordinate | [readonly] |
func NewUserMetrics(logins []Coordinate, loginsFailed []Coordinate, authorizations []Coordinate, ) *UserMetrics
NewUserMetrics instantiates a new UserMetrics 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 NewUserMetricsWithDefaults() *UserMetrics
NewUserMetricsWithDefaults instantiates a new UserMetrics 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 *UserMetrics) GetLogins() []Coordinate
GetLogins returns the Logins field if non-nil, zero value otherwise.
func (o *UserMetrics) GetLoginsOk() (*[]Coordinate, bool)
GetLoginsOk returns a tuple with the Logins field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserMetrics) SetLogins(v []Coordinate)
SetLogins sets Logins field to given value.
func (o *UserMetrics) GetLoginsFailed() []Coordinate
GetLoginsFailed returns the LoginsFailed field if non-nil, zero value otherwise.
func (o *UserMetrics) GetLoginsFailedOk() (*[]Coordinate, bool)
GetLoginsFailedOk returns a tuple with the LoginsFailed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserMetrics) SetLoginsFailed(v []Coordinate)
SetLoginsFailed sets LoginsFailed field to given value.
func (o *UserMetrics) GetAuthorizations() []Coordinate
GetAuthorizations returns the Authorizations field if non-nil, zero value otherwise.
func (o *UserMetrics) GetAuthorizationsOk() (*[]Coordinate, bool)
GetAuthorizationsOk returns a tuple with the Authorizations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserMetrics) SetAuthorizations(v []Coordinate)
SetAuthorizations sets Authorizations field to given value.