| Name | Type | Description | Notes |
|---|---|---|---|
| IssueType | Pointer to float32 | [optional] | |
| Message | Pointer to string | [optional] | |
| MediaId | Pointer to float32 | [optional] |
func NewCreateIssueRequest() *CreateIssueRequest
NewCreateIssueRequest instantiates a new CreateIssueRequest 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 NewCreateIssueRequestWithDefaults() *CreateIssueRequest
NewCreateIssueRequestWithDefaults instantiates a new CreateIssueRequest 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 *CreateIssueRequest) GetIssueType() float32
GetIssueType returns the IssueType field if non-nil, zero value otherwise.
func (o *CreateIssueRequest) GetIssueTypeOk() (*float32, bool)
GetIssueTypeOk returns a tuple with the IssueType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateIssueRequest) SetIssueType(v float32)
SetIssueType sets IssueType field to given value.
func (o *CreateIssueRequest) HasIssueType() bool
HasIssueType returns a boolean if a field has been set.
func (o *CreateIssueRequest) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *CreateIssueRequest) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateIssueRequest) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *CreateIssueRequest) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *CreateIssueRequest) GetMediaId() float32
GetMediaId returns the MediaId field if non-nil, zero value otherwise.
func (o *CreateIssueRequest) GetMediaIdOk() (*float32, bool)
GetMediaIdOk returns a tuple with the MediaId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateIssueRequest) SetMediaId(v float32)
SetMediaId sets MediaId field to given value.
func (o *CreateIssueRequest) HasMediaId() bool
HasMediaId returns a boolean if a field has been set.