| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to float32 | [optional] | |
| IssueType | Pointer to float32 | [optional] | |
| Media | Pointer to MediaInfo | [optional] | |
| CreatedBy | Pointer to User | [optional] | |
| ModifiedBy | Pointer to User | [optional] | |
| Comments | Pointer to []IssueComment | [optional] |
func NewIssue() *Issue
NewIssue instantiates a new Issue 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 NewIssueWithDefaults() *Issue
NewIssueWithDefaults instantiates a new Issue 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 *Issue) GetId() float32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Issue) GetIdOk() (*float32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Issue) SetId(v float32)
SetId sets Id field to given value.
func (o *Issue) HasId() bool
HasId returns a boolean if a field has been set.
func (o *Issue) GetIssueType() float32
GetIssueType returns the IssueType field if non-nil, zero value otherwise.
func (o *Issue) 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 *Issue) SetIssueType(v float32)
SetIssueType sets IssueType field to given value.
func (o *Issue) HasIssueType() bool
HasIssueType returns a boolean if a field has been set.
func (o *Issue) GetMedia() MediaInfo
GetMedia returns the Media field if non-nil, zero value otherwise.
func (o *Issue) GetMediaOk() (*MediaInfo, bool)
GetMediaOk returns a tuple with the Media field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Issue) SetMedia(v MediaInfo)
SetMedia sets Media field to given value.
func (o *Issue) HasMedia() bool
HasMedia returns a boolean if a field has been set.
func (o *Issue) GetCreatedBy() User
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
func (o *Issue) GetCreatedByOk() (*User, bool)
GetCreatedByOk returns a tuple with the CreatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Issue) SetCreatedBy(v User)
SetCreatedBy sets CreatedBy field to given value.
func (o *Issue) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *Issue) GetModifiedBy() User
GetModifiedBy returns the ModifiedBy field if non-nil, zero value otherwise.
func (o *Issue) GetModifiedByOk() (*User, bool)
GetModifiedByOk returns a tuple with the ModifiedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Issue) SetModifiedBy(v User)
SetModifiedBy sets ModifiedBy field to given value.
func (o *Issue) HasModifiedBy() bool
HasModifiedBy returns a boolean if a field has been set.
func (o *Issue) GetComments() []IssueComment
GetComments returns the Comments field if non-nil, zero value otherwise.
func (o *Issue) GetCommentsOk() (*[]IssueComment, bool)
GetCommentsOk returns a tuple with the Comments field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Issue) SetComments(v []IssueComment)
SetComments sets Comments field to given value.
func (o *Issue) HasComments() bool
HasComments returns a boolean if a field has been set.