Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.14 KB

GetManagedIssues200ResponseDataInnerEntity.md

File metadata and controls

134 lines (73 loc) · 4.14 KB

GetManagedIssues200ResponseDataInnerEntity

Properties

Name Type Description Notes
Id Pointer to int32 This ticket's ID. [optional] [readonly]
Label Pointer to string The summary for this Ticket. [optional] [readonly]
Type Pointer to string The type of entity this is. In this case, it is always a Ticket. [optional] [readonly]
Url Pointer to string The relative URL where you can access this Ticket. [optional] [readonly]

Methods

NewGetManagedIssues200ResponseDataInnerEntity

func NewGetManagedIssues200ResponseDataInnerEntity() *GetManagedIssues200ResponseDataInnerEntity

NewGetManagedIssues200ResponseDataInnerEntity instantiates a new GetManagedIssues200ResponseDataInnerEntity 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

NewGetManagedIssues200ResponseDataInnerEntityWithDefaults

func NewGetManagedIssues200ResponseDataInnerEntityWithDefaults() *GetManagedIssues200ResponseDataInnerEntity

NewGetManagedIssues200ResponseDataInnerEntityWithDefaults instantiates a new GetManagedIssues200ResponseDataInnerEntity 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

GetId

func (o *GetManagedIssues200ResponseDataInnerEntity) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *GetManagedIssues200ResponseDataInnerEntity) GetIdOk() (*int32, 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.

SetId

func (o *GetManagedIssues200ResponseDataInnerEntity) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *GetManagedIssues200ResponseDataInnerEntity) HasId() bool

HasId returns a boolean if a field has been set.

GetLabel

func (o *GetManagedIssues200ResponseDataInnerEntity) GetLabel() string

GetLabel returns the Label field if non-nil, zero value otherwise.

GetLabelOk

func (o *GetManagedIssues200ResponseDataInnerEntity) GetLabelOk() (*string, bool)

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

SetLabel

func (o *GetManagedIssues200ResponseDataInnerEntity) SetLabel(v string)

SetLabel sets Label field to given value.

HasLabel

func (o *GetManagedIssues200ResponseDataInnerEntity) HasLabel() bool

HasLabel returns a boolean if a field has been set.

GetType

func (o *GetManagedIssues200ResponseDataInnerEntity) GetType() string

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

GetTypeOk

func (o *GetManagedIssues200ResponseDataInnerEntity) 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 *GetManagedIssues200ResponseDataInnerEntity) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *GetManagedIssues200ResponseDataInnerEntity) HasType() bool

HasType returns a boolean if a field has been set.

GetUrl

func (o *GetManagedIssues200ResponseDataInnerEntity) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *GetManagedIssues200ResponseDataInnerEntity) GetUrlOk() (*string, bool)

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

SetUrl

func (o *GetManagedIssues200ResponseDataInnerEntity) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *GetManagedIssues200ResponseDataInnerEntity) HasUrl() bool

HasUrl returns a boolean if a field has been set.

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