Name | Type | Description | Notes |
---|---|---|---|
GatewayId | Pointer to string | [optional] | |
DeviceId | Pointer to string | [optional] |
func NewCreateCertificateBody() *CreateCertificateBody
NewCreateCertificateBody instantiates a new CreateCertificateBody 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 NewCreateCertificateBodyWithDefaults() *CreateCertificateBody
NewCreateCertificateBodyWithDefaults instantiates a new CreateCertificateBody 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 *CreateCertificateBody) GetGatewayId() string
GetGatewayId returns the GatewayId field if non-nil, zero value otherwise.
func (o *CreateCertificateBody) 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.
func (o *CreateCertificateBody) SetGatewayId(v string)
SetGatewayId sets GatewayId field to given value.
func (o *CreateCertificateBody) HasGatewayId() bool
HasGatewayId returns a boolean if a field has been set.
func (o *CreateCertificateBody) GetDeviceId() string
GetDeviceId returns the DeviceId field if non-nil, zero value otherwise.
func (o *CreateCertificateBody) 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.
func (o *CreateCertificateBody) SetDeviceId(v string)
SetDeviceId sets DeviceId field to given value.
func (o *CreateCertificateBody) HasDeviceId() bool
HasDeviceId returns a boolean if a field has been set.