Skip to content

Latest commit

 

History

History
210 lines (117 loc) · 5.1 KB

GetApplications.md

File metadata and controls

210 lines (117 loc) · 5.1 KB

GetApplications

Properties

Name Type Description Notes
Id Pointer to []string [optional]
Type Pointer to []string [optional]
Page Pointer to NullableInt32 [optional]
Start Pointer to NullableString [optional]
Size Pointer to NullableInt32 [optional]

Methods

NewGetApplications

func NewGetApplications() *GetApplications

NewGetApplications instantiates a new GetApplications 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

NewGetApplicationsWithDefaults

func NewGetApplicationsWithDefaults() *GetApplications

NewGetApplicationsWithDefaults instantiates a new GetApplications 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 *GetApplications) GetId() []string

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

GetIdOk

func (o *GetApplications) 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 *GetApplications) SetId(v []string)

SetId sets Id field to given value.

HasId

func (o *GetApplications) HasId() bool

HasId returns a boolean if a field has been set.

SetIdNil

func (o *GetApplications) SetIdNil(b bool)

SetIdNil sets the value for Id to be an explicit nil

UnsetId

func (o *GetApplications) UnsetId()

UnsetId ensures that no value is present for Id, not even an explicit nil

GetType

func (o *GetApplications) GetType() []string

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

GetTypeOk

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

SetType sets Type field to given value.

HasType

func (o *GetApplications) HasType() bool

HasType returns a boolean if a field has been set.

SetTypeNil

func (o *GetApplications) SetTypeNil(b bool)

SetTypeNil sets the value for Type to be an explicit nil

UnsetType

func (o *GetApplications) UnsetType()

UnsetType ensures that no value is present for Type, not even an explicit nil

GetPage

func (o *GetApplications) GetPage() int32

GetPage returns the Page field if non-nil, zero value otherwise.

GetPageOk

func (o *GetApplications) GetPageOk() (*int32, bool)

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

SetPage

func (o *GetApplications) SetPage(v int32)

SetPage sets Page field to given value.

HasPage

func (o *GetApplications) HasPage() bool

HasPage returns a boolean if a field has been set.

SetPageNil

func (o *GetApplications) SetPageNil(b bool)

SetPageNil sets the value for Page to be an explicit nil

UnsetPage

func (o *GetApplications) UnsetPage()

UnsetPage ensures that no value is present for Page, not even an explicit nil

GetStart

func (o *GetApplications) GetStart() string

GetStart returns the Start field if non-nil, zero value otherwise.

GetStartOk

func (o *GetApplications) GetStartOk() (*string, bool)

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

SetStart

func (o *GetApplications) SetStart(v string)

SetStart sets Start field to given value.

HasStart

func (o *GetApplications) HasStart() bool

HasStart returns a boolean if a field has been set.

SetStartNil

func (o *GetApplications) SetStartNil(b bool)

SetStartNil sets the value for Start to be an explicit nil

UnsetStart

func (o *GetApplications) UnsetStart()

UnsetStart ensures that no value is present for Start, not even an explicit nil

GetSize

func (o *GetApplications) GetSize() int32

GetSize returns the Size field if non-nil, zero value otherwise.

GetSizeOk

func (o *GetApplications) GetSizeOk() (*int32, bool)

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

SetSize

func (o *GetApplications) SetSize(v int32)

SetSize sets Size field to given value.

HasSize

func (o *GetApplications) HasSize() bool

HasSize returns a boolean if a field has been set.

SetSizeNil

func (o *GetApplications) SetSizeNil(b bool)

SetSizeNil sets the value for Size to be an explicit nil

UnsetSize

func (o *GetApplications) UnsetSize()

UnsetSize ensures that no value is present for Size, not even an explicit nil

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