Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.9 KB

SignCertificateBody.md

File metadata and controls

108 lines (59 loc) · 2.9 KB

SignCertificateBody

Properties

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

Methods

NewSignCertificateBody

func NewSignCertificateBody() *SignCertificateBody

NewSignCertificateBody instantiates a new SignCertificateBody 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

NewSignCertificateBodyWithDefaults

func NewSignCertificateBodyWithDefaults() *SignCertificateBody

NewSignCertificateBodyWithDefaults instantiates a new SignCertificateBody 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 *SignCertificateBody) GetGatewayId() string

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

GetGatewayIdOk

func (o *SignCertificateBody) 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 *SignCertificateBody) SetGatewayId(v string)

SetGatewayId sets GatewayId field to given value.

HasGatewayId

func (o *SignCertificateBody) HasGatewayId() bool

HasGatewayId returns a boolean if a field has been set.

GetDeviceId

func (o *SignCertificateBody) GetDeviceId() string

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

GetDeviceIdOk

func (o *SignCertificateBody) 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 *SignCertificateBody) SetDeviceId(v string)

SetDeviceId sets DeviceId field to given value.

HasDeviceId

func (o *SignCertificateBody) HasDeviceId() bool

HasDeviceId returns a boolean if a field has been set.

GetCsr

func (o *SignCertificateBody) GetCsr() string

GetCsr returns the Csr field if non-nil, zero value otherwise.

GetCsrOk

func (o *SignCertificateBody) GetCsrOk() (*string, bool)

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

SetCsr

func (o *SignCertificateBody) SetCsr(v string)

SetCsr sets Csr field to given value.

HasCsr

func (o *SignCertificateBody) HasCsr() bool

HasCsr returns a boolean if a field has been set.

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