Name | Type | Description | Notes |
---|---|---|---|
CertificationId | Pointer to string | the id of the certification item | [optional] |
CertificationName | Pointer to string | the certification item name | [optional] |
SignedDate | Pointer to string | the date ceritification was signed | [optional] |
Certifiers | Pointer to []CertifierResponse | this field is deprecated and may go away | [optional] |
Reviewers | Pointer to []CertifierResponse | The list of identities who review this certification | [optional] |
Signer | Pointer to CertifierResponse | [optional] | |
EventType | Pointer to string | the event type | [optional] |
Dt | Pointer to string | the date of event | [optional] |
func NewIdentityCertified() *IdentityCertified
NewIdentityCertified instantiates a new IdentityCertified 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 NewIdentityCertifiedWithDefaults() *IdentityCertified
NewIdentityCertifiedWithDefaults instantiates a new IdentityCertified 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 *IdentityCertified) GetCertificationId() string
GetCertificationId returns the CertificationId field if non-nil, zero value otherwise.
func (o *IdentityCertified) GetCertificationIdOk() (*string, bool)
GetCertificationIdOk returns a tuple with the CertificationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityCertified) SetCertificationId(v string)
SetCertificationId sets CertificationId field to given value.
func (o *IdentityCertified) HasCertificationId() bool
HasCertificationId returns a boolean if a field has been set.
func (o *IdentityCertified) GetCertificationName() string
GetCertificationName returns the CertificationName field if non-nil, zero value otherwise.
func (o *IdentityCertified) GetCertificationNameOk() (*string, bool)
GetCertificationNameOk returns a tuple with the CertificationName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityCertified) SetCertificationName(v string)
SetCertificationName sets CertificationName field to given value.
func (o *IdentityCertified) HasCertificationName() bool
HasCertificationName returns a boolean if a field has been set.
func (o *IdentityCertified) GetSignedDate() string
GetSignedDate returns the SignedDate field if non-nil, zero value otherwise.
func (o *IdentityCertified) GetSignedDateOk() (*string, bool)
GetSignedDateOk returns a tuple with the SignedDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityCertified) SetSignedDate(v string)
SetSignedDate sets SignedDate field to given value.
func (o *IdentityCertified) HasSignedDate() bool
HasSignedDate returns a boolean if a field has been set.
func (o *IdentityCertified) GetCertifiers() []CertifierResponse
GetCertifiers returns the Certifiers field if non-nil, zero value otherwise.
func (o *IdentityCertified) GetCertifiersOk() (*[]CertifierResponse, bool)
GetCertifiersOk returns a tuple with the Certifiers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityCertified) SetCertifiers(v []CertifierResponse)
SetCertifiers sets Certifiers field to given value.
func (o *IdentityCertified) HasCertifiers() bool
HasCertifiers returns a boolean if a field has been set.
func (o *IdentityCertified) GetReviewers() []CertifierResponse
GetReviewers returns the Reviewers field if non-nil, zero value otherwise.
func (o *IdentityCertified) GetReviewersOk() (*[]CertifierResponse, bool)
GetReviewersOk returns a tuple with the Reviewers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityCertified) SetReviewers(v []CertifierResponse)
SetReviewers sets Reviewers field to given value.
func (o *IdentityCertified) HasReviewers() bool
HasReviewers returns a boolean if a field has been set.
func (o *IdentityCertified) GetSigner() CertifierResponse
GetSigner returns the Signer field if non-nil, zero value otherwise.
func (o *IdentityCertified) GetSignerOk() (*CertifierResponse, bool)
GetSignerOk returns a tuple with the Signer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityCertified) SetSigner(v CertifierResponse)
SetSigner sets Signer field to given value.
func (o *IdentityCertified) HasSigner() bool
HasSigner returns a boolean if a field has been set.
func (o *IdentityCertified) GetEventType() string
GetEventType returns the EventType field if non-nil, zero value otherwise.
func (o *IdentityCertified) GetEventTypeOk() (*string, bool)
GetEventTypeOk returns a tuple with the EventType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityCertified) SetEventType(v string)
SetEventType sets EventType field to given value.
func (o *IdentityCertified) HasEventType() bool
HasEventType returns a boolean if a field has been set.
func (o *IdentityCertified) GetDt() string
GetDt returns the Dt field if non-nil, zero value otherwise.
func (o *IdentityCertified) GetDtOk() (*string, bool)
GetDtOk returns a tuple with the Dt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityCertified) SetDt(v string)
SetDt sets Dt field to given value.
func (o *IdentityCertified) HasDt() bool
HasDt returns a boolean if a field has been set.