Name | Type | Description | Notes |
---|---|---|---|
Space | Space | ||
GitSync | Pointer to GitSyncState | [optional] |
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
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
func (o *ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner) GetSpace() Space
GetSpace returns the Space field if non-nil, zero value otherwise.
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.
func (o *ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner) SetSpace(v Space)
SetSpace sets Space field to given value.
func (o *ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner) GetGitSync() GitSyncState
GetGitSync returns the GitSync field if non-nil, zero value otherwise.
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.
func (o *ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner) SetGitSync(v GitSyncState)
SetGitSync sets GitSync field to given value.
func (o *ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner) HasGitSync() bool
HasGitSync returns a boolean if a field has been set.