Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.47 KB

MobileDeviceCertificateV1.md

File metadata and controls

82 lines (45 loc) · 2.47 KB

MobileDeviceCertificateV1

Properties

Name Type Description Notes
CommonName Pointer to string [optional]
IsIdentity Pointer to bool [optional]

Methods

NewMobileDeviceCertificateV1

func NewMobileDeviceCertificateV1() *MobileDeviceCertificateV1

NewMobileDeviceCertificateV1 instantiates a new MobileDeviceCertificateV1 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

NewMobileDeviceCertificateV1WithDefaults

func NewMobileDeviceCertificateV1WithDefaults() *MobileDeviceCertificateV1

NewMobileDeviceCertificateV1WithDefaults instantiates a new MobileDeviceCertificateV1 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

GetCommonName

func (o *MobileDeviceCertificateV1) GetCommonName() string

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

GetCommonNameOk

func (o *MobileDeviceCertificateV1) 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 *MobileDeviceCertificateV1) SetCommonName(v string)

SetCommonName sets CommonName field to given value.

HasCommonName

func (o *MobileDeviceCertificateV1) HasCommonName() bool

HasCommonName returns a boolean if a field has been set.

GetIsIdentity

func (o *MobileDeviceCertificateV1) GetIsIdentity() bool

GetIsIdentity returns the IsIdentity field if non-nil, zero value otherwise.

GetIsIdentityOk

func (o *MobileDeviceCertificateV1) GetIsIdentityOk() (*bool, bool)

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

SetIsIdentity

func (o *MobileDeviceCertificateV1) SetIsIdentity(v bool)

SetIsIdentity sets IsIdentity field to given value.

HasIsIdentity

func (o *MobileDeviceCertificateV1) HasIsIdentity() bool

HasIsIdentity returns a boolean if a field has been set.

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