Skip to content

Latest commit

 

History

History
92 lines (51 loc) · 2.44 KB

ProduceRequestData.md

File metadata and controls

92 lines (51 loc) · 2.44 KB

ProduceRequestData

Properties

Name Type Description Notes
Type Pointer to string [optional]
Data Pointer to interface{} [optional]

Methods

NewProduceRequestData

func NewProduceRequestData() *ProduceRequestData

NewProduceRequestData instantiates a new ProduceRequestData 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

NewProduceRequestDataWithDefaults

func NewProduceRequestDataWithDefaults() *ProduceRequestData

NewProduceRequestDataWithDefaults instantiates a new ProduceRequestData 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

GetType

func (o *ProduceRequestData) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *ProduceRequestData) GetTypeOk() (*string, bool)

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

SetType

func (o *ProduceRequestData) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *ProduceRequestData) HasType() bool

HasType returns a boolean if a field has been set.

GetData

func (o *ProduceRequestData) GetData() interface{}

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *ProduceRequestData) GetDataOk() (*interface{}, bool)

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

SetData

func (o *ProduceRequestData) SetData(v interface{})

SetData sets Data field to given value.

HasData

func (o *ProduceRequestData) HasData() bool

HasData returns a boolean if a field has been set.

SetDataNil

func (o *ProduceRequestData) SetDataNil(b bool)

SetDataNil sets the value for Data to be an explicit nil

UnsetData

func (o *ProduceRequestData) UnsetData()

UnsetData ensures that no value is present for Data, not even an explicit nil

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