Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.98 KB

ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner.md

File metadata and controls

77 lines (42 loc) · 2.98 KB

ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner

Properties

Name Type Description Notes
Space Space
GitSync Pointer to GitSyncState [optional]

Methods

NewListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner

func NewListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner(space Space, ) *ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner

NewListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner instantiates a new ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner 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

NewListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInnerWithDefaults

func NewListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInnerWithDefaults() *ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner

NewListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInnerWithDefaults instantiates a new ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner 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

GetSpace

func (o *ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner) GetSpace() Space

GetSpace returns the Space field if non-nil, zero value otherwise.

GetSpaceOk

func (o *ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner) GetSpaceOk() (*Space, bool)

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

SetSpace

func (o *ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner) SetSpace(v Space)

SetSpace sets Space field to given value.

GetGitSync

func (o *ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner) GetGitSync() GitSyncState

GetGitSync returns the GitSync field if non-nil, zero value otherwise.

GetGitSyncOk

func (o *ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner) GetGitSyncOk() (*GitSyncState, bool)

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

SetGitSync

func (o *ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner) SetGitSync(v GitSyncState)

SetGitSync sets GitSync field to given value.

HasGitSync

func (o *ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner) HasGitSync() bool

HasGitSync returns a boolean if a field has been set.

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