Name | Type | Required | Description | Examples |
---|---|---|---|---|
ChannelCode | Pointer to NullableQRCodeChannelCode | |||
ChannelProperties | Pointer to QRCodeChannelProperties |
func NewQRCodeParameters() *QRCodeParameters
NewQRCodeParameters instantiates a new QRCodeParameters 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 NewQRCodeParametersWithDefaults() *QRCodeParameters
NewQRCodeParametersWithDefaults instantiates a new QRCodeParameters 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 *QRCodeParameters) GetChannelCode() QRCodeChannelCode
GetChannelCode returns the ChannelCode field if non-nil, zero value otherwise.
func (o *QRCodeParameters) GetChannelCodeOk() (*QRCodeChannelCode, bool)
GetChannelCodeOk returns a tuple with the ChannelCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QRCodeParameters) SetChannelCode(v QRCodeChannelCode)
SetChannelCode sets ChannelCode field to given value.
func (o *QRCodeParameters) HasChannelCode() bool
HasChannelCode returns a boolean if a field has been set.
func (o *QRCodeParameters) SetChannelCodeNil(b bool)
SetChannelCodeNil sets the value for ChannelCode to be an explicit nil
func (o *QRCodeParameters) UnsetChannelCode()
UnsetChannelCode ensures that no value is present for ChannelCode, not even an explicit nil
func (o *QRCodeParameters) GetChannelProperties() QRCodeChannelProperties
GetChannelProperties returns the ChannelProperties field if non-nil, zero value otherwise.
func (o *QRCodeParameters) GetChannelPropertiesOk() (*QRCodeChannelProperties, bool)
GetChannelPropertiesOk returns a tuple with the ChannelProperties field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QRCodeParameters) SetChannelProperties(v QRCodeChannelProperties)
SetChannelProperties sets ChannelProperties field to given value.
func (o *QRCodeParameters) HasChannelProperties() bool
HasChannelProperties returns a boolean if a field has been set.