Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.69 KB

SupervisionIdentity.md

File metadata and controls

134 lines (73 loc) · 3.69 KB

SupervisionIdentity

Properties

Name Type Description Notes
Id Pointer to int64 [optional]
DisplayName Pointer to string [optional]
CommonName Pointer to string [optional]
ExpirationDate Pointer to string [optional]

Methods

NewSupervisionIdentity

func NewSupervisionIdentity() *SupervisionIdentity

NewSupervisionIdentity instantiates a new SupervisionIdentity 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

NewSupervisionIdentityWithDefaults

func NewSupervisionIdentityWithDefaults() *SupervisionIdentity

NewSupervisionIdentityWithDefaults instantiates a new SupervisionIdentity 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

GetId

func (o *SupervisionIdentity) GetId() int64

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *SupervisionIdentity) GetIdOk() (*int64, bool)

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

SetId

func (o *SupervisionIdentity) SetId(v int64)

SetId sets Id field to given value.

HasId

func (o *SupervisionIdentity) HasId() bool

HasId returns a boolean if a field has been set.

GetDisplayName

func (o *SupervisionIdentity) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

func (o *SupervisionIdentity) GetDisplayNameOk() (*string, bool)

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

SetDisplayName

func (o *SupervisionIdentity) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *SupervisionIdentity) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetCommonName

func (o *SupervisionIdentity) GetCommonName() string

GetCommonName returns the CommonName field if non-nil, zero value otherwise.

GetCommonNameOk

func (o *SupervisionIdentity) GetCommonNameOk() (*string, bool)

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

SetCommonName

func (o *SupervisionIdentity) SetCommonName(v string)

SetCommonName sets CommonName field to given value.

HasCommonName

func (o *SupervisionIdentity) HasCommonName() bool

HasCommonName returns a boolean if a field has been set.

GetExpirationDate

func (o *SupervisionIdentity) GetExpirationDate() string

GetExpirationDate returns the ExpirationDate field if non-nil, zero value otherwise.

GetExpirationDateOk

func (o *SupervisionIdentity) GetExpirationDateOk() (*string, bool)

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

SetExpirationDate

func (o *SupervisionIdentity) SetExpirationDate(v string)

SetExpirationDate sets ExpirationDate field to given value.

HasExpirationDate

func (o *SupervisionIdentity) HasExpirationDate() bool

HasExpirationDate returns a boolean if a field has been set.

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