Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.93 KB

File metadata and controls

108 lines (59 loc) · 2.93 KB

CreateIssueRequest

Properties

Name Type Description Notes
IssueType Pointer to float32 [optional]
Message Pointer to string [optional]
MediaId Pointer to float32 [optional]

Methods

NewCreateIssueRequest

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

NewCreateIssueRequestWithDefaults

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

GetIssueType

func (o *CreateIssueRequest) GetIssueType() float32

GetIssueType returns the IssueType field if non-nil, zero value otherwise.

GetIssueTypeOk

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.

SetIssueType

func (o *CreateIssueRequest) SetIssueType(v float32)

SetIssueType sets IssueType field to given value.

HasIssueType

func (o *CreateIssueRequest) HasIssueType() bool

HasIssueType returns a boolean if a field has been set.

GetMessage

func (o *CreateIssueRequest) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

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.

SetMessage

func (o *CreateIssueRequest) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *CreateIssueRequest) HasMessage() bool

HasMessage returns a boolean if a field has been set.

GetMediaId

func (o *CreateIssueRequest) GetMediaId() float32

GetMediaId returns the MediaId field if non-nil, zero value otherwise.

GetMediaIdOk

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.

SetMediaId

func (o *CreateIssueRequest) SetMediaId(v float32)

SetMediaId sets MediaId field to given value.

HasMediaId

func (o *CreateIssueRequest) HasMediaId() bool

HasMediaId returns a boolean if a field has been set.

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