Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Latest commit

 

History

History
56 lines (31 loc) · 1.58 KB

RevokedSessions.md

File metadata and controls

56 lines (31 loc) · 1.58 KB

RevokedSessions

Properties

Name Type Description Notes
Count Pointer to int64 The number of sessions that were revoked. [optional]

Methods

NewRevokedSessions

func NewRevokedSessions() *RevokedSessions

NewRevokedSessions instantiates a new RevokedSessions 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

NewRevokedSessionsWithDefaults

func NewRevokedSessionsWithDefaults() *RevokedSessions

NewRevokedSessionsWithDefaults instantiates a new RevokedSessions 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

GetCount

func (o *RevokedSessions) GetCount() int64

GetCount returns the Count field if non-nil, zero value otherwise.

GetCountOk

func (o *RevokedSessions) GetCountOk() (*int64, bool)

GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCount

func (o *RevokedSessions) SetCount(v int64)

SetCount sets Count field to given value.

HasCount

func (o *RevokedSessions) HasCount() bool

HasCount returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]