Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.07 KB

VerifyCertificateBody.md

File metadata and controls

108 lines (59 loc) · 3.07 KB

VerifyCertificateBody

Properties

Name Type Description Notes
GatewayId Pointer to string [optional]
DeviceId Pointer to string [optional]
Certificate Pointer to string [optional]

Methods

NewVerifyCertificateBody

func NewVerifyCertificateBody() *VerifyCertificateBody

NewVerifyCertificateBody instantiates a new VerifyCertificateBody 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

NewVerifyCertificateBodyWithDefaults

func NewVerifyCertificateBodyWithDefaults() *VerifyCertificateBody

NewVerifyCertificateBodyWithDefaults instantiates a new VerifyCertificateBody 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

GetGatewayId

func (o *VerifyCertificateBody) GetGatewayId() string

GetGatewayId returns the GatewayId field if non-nil, zero value otherwise.

GetGatewayIdOk

func (o *VerifyCertificateBody) GetGatewayIdOk() (*string, bool)

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

SetGatewayId

func (o *VerifyCertificateBody) SetGatewayId(v string)

SetGatewayId sets GatewayId field to given value.

HasGatewayId

func (o *VerifyCertificateBody) HasGatewayId() bool

HasGatewayId returns a boolean if a field has been set.

GetDeviceId

func (o *VerifyCertificateBody) GetDeviceId() string

GetDeviceId returns the DeviceId field if non-nil, zero value otherwise.

GetDeviceIdOk

func (o *VerifyCertificateBody) GetDeviceIdOk() (*string, bool)

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

SetDeviceId

func (o *VerifyCertificateBody) SetDeviceId(v string)

SetDeviceId sets DeviceId field to given value.

HasDeviceId

func (o *VerifyCertificateBody) HasDeviceId() bool

HasDeviceId returns a boolean if a field has been set.

GetCertificate

func (o *VerifyCertificateBody) GetCertificate() string

GetCertificate returns the Certificate field if non-nil, zero value otherwise.

GetCertificateOk

func (o *VerifyCertificateBody) GetCertificateOk() (*string, bool)

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

SetCertificate

func (o *VerifyCertificateBody) SetCertificate(v string)

SetCertificate sets Certificate field to given value.

HasCertificate

func (o *VerifyCertificateBody) HasCertificate() bool

HasCertificate returns a boolean if a field has been set.

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