Skip to content

Latest commit

 

History

History
103 lines (56 loc) · 3.78 KB

ListSpacesWithGitSyncInOrganizationById200Response.md

File metadata and controls

103 lines (56 loc) · 3.78 KB

ListSpacesWithGitSyncInOrganizationById200Response

Properties

Name Type Description Notes
Next Pointer to ListNext [optional]
Count Pointer to float32 Total count of objects in the list [optional]
Items []ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner

Methods

NewListSpacesWithGitSyncInOrganizationById200Response

func NewListSpacesWithGitSyncInOrganizationById200Response(items []ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner, ) *ListSpacesWithGitSyncInOrganizationById200Response

NewListSpacesWithGitSyncInOrganizationById200Response instantiates a new ListSpacesWithGitSyncInOrganizationById200Response 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

NewListSpacesWithGitSyncInOrganizationById200ResponseWithDefaults

func NewListSpacesWithGitSyncInOrganizationById200ResponseWithDefaults() *ListSpacesWithGitSyncInOrganizationById200Response

NewListSpacesWithGitSyncInOrganizationById200ResponseWithDefaults instantiates a new ListSpacesWithGitSyncInOrganizationById200Response 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

GetNext

func (o *ListSpacesWithGitSyncInOrganizationById200Response) GetNext() ListNext

GetNext returns the Next field if non-nil, zero value otherwise.

GetNextOk

func (o *ListSpacesWithGitSyncInOrganizationById200Response) GetNextOk() (*ListNext, bool)

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

SetNext

func (o *ListSpacesWithGitSyncInOrganizationById200Response) SetNext(v ListNext)

SetNext sets Next field to given value.

HasNext

func (o *ListSpacesWithGitSyncInOrganizationById200Response) HasNext() bool

HasNext returns a boolean if a field has been set.

GetCount

func (o *ListSpacesWithGitSyncInOrganizationById200Response) GetCount() float32

GetCount returns the Count field if non-nil, zero value otherwise.

GetCountOk

func (o *ListSpacesWithGitSyncInOrganizationById200Response) GetCountOk() (*float32, bool)

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

SetCount

func (o *ListSpacesWithGitSyncInOrganizationById200Response) SetCount(v float32)

SetCount sets Count field to given value.

HasCount

func (o *ListSpacesWithGitSyncInOrganizationById200Response) HasCount() bool

HasCount returns a boolean if a field has been set.

GetItems

func (o *ListSpacesWithGitSyncInOrganizationById200Response) GetItems() []ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner

GetItems returns the Items field if non-nil, zero value otherwise.

GetItemsOk

func (o *ListSpacesWithGitSyncInOrganizationById200Response) GetItemsOk() (*[]ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner, bool)

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

SetItems

func (o *ListSpacesWithGitSyncInOrganizationById200Response) SetItems(v []ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner)

SetItems sets Items field to given value.

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