Skip to content

Latest commit

 

History

History
290 lines (157 loc) · 7.22 KB

PatchedStatus.md

File metadata and controls

290 lines (157 loc) · 7.22 KB

PatchedStatus

Properties

Name Type Description Notes
Id Pointer to string [optional] [readonly]
Url Pointer to string [optional] [readonly]
ContentTypes Pointer to []string [optional]
Name Pointer to string [optional]
Slug Pointer to string [optional]
Color Pointer to string [optional]
CustomFields Pointer to map[string]interface{} [optional]
Created Pointer to string [optional] [readonly]
LastUpdated Pointer to time.Time [optional] [readonly]
Display Pointer to string Human friendly display value [optional] [readonly]

Methods

NewPatchedStatus

func NewPatchedStatus() *PatchedStatus

NewPatchedStatus instantiates a new PatchedStatus 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

NewPatchedStatusWithDefaults

func NewPatchedStatusWithDefaults() *PatchedStatus

NewPatchedStatusWithDefaults instantiates a new PatchedStatus 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 *PatchedStatus) GetId() string

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

GetIdOk

func (o *PatchedStatus) GetIdOk() (*string, 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 *PatchedStatus) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *PatchedStatus) HasId() bool

HasId returns a boolean if a field has been set.

GetUrl

func (o *PatchedStatus) GetUrl() string

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

GetUrlOk

func (o *PatchedStatus) 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 *PatchedStatus) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *PatchedStatus) HasUrl() bool

HasUrl returns a boolean if a field has been set.

GetContentTypes

func (o *PatchedStatus) GetContentTypes() []string

GetContentTypes returns the ContentTypes field if non-nil, zero value otherwise.

GetContentTypesOk

func (o *PatchedStatus) GetContentTypesOk() (*[]string, bool)

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

SetContentTypes

func (o *PatchedStatus) SetContentTypes(v []string)

SetContentTypes sets ContentTypes field to given value.

HasContentTypes

func (o *PatchedStatus) HasContentTypes() bool

HasContentTypes returns a boolean if a field has been set.

GetName

func (o *PatchedStatus) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *PatchedStatus) GetNameOk() (*string, bool)

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

SetName

func (o *PatchedStatus) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *PatchedStatus) HasName() bool

HasName returns a boolean if a field has been set.

GetSlug

func (o *PatchedStatus) GetSlug() string

GetSlug returns the Slug field if non-nil, zero value otherwise.

GetSlugOk

func (o *PatchedStatus) GetSlugOk() (*string, bool)

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

SetSlug

func (o *PatchedStatus) SetSlug(v string)

SetSlug sets Slug field to given value.

HasSlug

func (o *PatchedStatus) HasSlug() bool

HasSlug returns a boolean if a field has been set.

GetColor

func (o *PatchedStatus) GetColor() string

GetColor returns the Color field if non-nil, zero value otherwise.

GetColorOk

func (o *PatchedStatus) GetColorOk() (*string, bool)

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

SetColor

func (o *PatchedStatus) SetColor(v string)

SetColor sets Color field to given value.

HasColor

func (o *PatchedStatus) HasColor() bool

HasColor returns a boolean if a field has been set.

GetCustomFields

func (o *PatchedStatus) GetCustomFields() map[string]interface{}

GetCustomFields returns the CustomFields field if non-nil, zero value otherwise.

GetCustomFieldsOk

func (o *PatchedStatus) GetCustomFieldsOk() (*map[string]interface{}, bool)

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

SetCustomFields

func (o *PatchedStatus) SetCustomFields(v map[string]interface{})

SetCustomFields sets CustomFields field to given value.

HasCustomFields

func (o *PatchedStatus) HasCustomFields() bool

HasCustomFields returns a boolean if a field has been set.

GetCreated

func (o *PatchedStatus) GetCreated() string

GetCreated returns the Created field if non-nil, zero value otherwise.

GetCreatedOk

func (o *PatchedStatus) GetCreatedOk() (*string, bool)

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

SetCreated

func (o *PatchedStatus) SetCreated(v string)

SetCreated sets Created field to given value.

HasCreated

func (o *PatchedStatus) HasCreated() bool

HasCreated returns a boolean if a field has been set.

GetLastUpdated

func (o *PatchedStatus) GetLastUpdated() time.Time

GetLastUpdated returns the LastUpdated field if non-nil, zero value otherwise.

GetLastUpdatedOk

func (o *PatchedStatus) GetLastUpdatedOk() (*time.Time, bool)

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

SetLastUpdated

func (o *PatchedStatus) SetLastUpdated(v time.Time)

SetLastUpdated sets LastUpdated field to given value.

HasLastUpdated

func (o *PatchedStatus) HasLastUpdated() bool

HasLastUpdated returns a boolean if a field has been set.

GetDisplay

func (o *PatchedStatus) GetDisplay() string

GetDisplay returns the Display field if non-nil, zero value otherwise.

GetDisplayOk

func (o *PatchedStatus) GetDisplayOk() (*string, bool)

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

SetDisplay

func (o *PatchedStatus) SetDisplay(v string)

SetDisplay sets Display field to given value.

HasDisplay

func (o *PatchedStatus) HasDisplay() bool

HasDisplay returns a boolean if a field has been set.

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