Skip to content

Latest commit

 

History

History
156 lines (83 loc) · 4.5 KB

SpaceGitSyncStartedEvent.md

File metadata and controls

156 lines (83 loc) · 4.5 KB

SpaceGitSyncStartedEvent

Properties

Name Type Description Notes
EventId string Unique identifier for the event.
Type string
InstallationId string ID of the integration installation
SpaceId string ID of the space
RevisionId string Unique identifier of the new content revision
CommitId string Unique identifier for the commit (sha)

Methods

NewSpaceGitSyncStartedEvent

func NewSpaceGitSyncStartedEvent(eventId string, type_ string, installationId string, spaceId string, revisionId string, commitId string, ) *SpaceGitSyncStartedEvent

NewSpaceGitSyncStartedEvent instantiates a new SpaceGitSyncStartedEvent 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

NewSpaceGitSyncStartedEventWithDefaults

func NewSpaceGitSyncStartedEventWithDefaults() *SpaceGitSyncStartedEvent

NewSpaceGitSyncStartedEventWithDefaults instantiates a new SpaceGitSyncStartedEvent 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

GetEventId

func (o *SpaceGitSyncStartedEvent) GetEventId() string

GetEventId returns the EventId field if non-nil, zero value otherwise.

GetEventIdOk

func (o *SpaceGitSyncStartedEvent) GetEventIdOk() (*string, bool)

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

SetEventId

func (o *SpaceGitSyncStartedEvent) SetEventId(v string)

SetEventId sets EventId field to given value.

GetType

func (o *SpaceGitSyncStartedEvent) GetType() string

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

GetTypeOk

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

SetType sets Type field to given value.

GetInstallationId

func (o *SpaceGitSyncStartedEvent) GetInstallationId() string

GetInstallationId returns the InstallationId field if non-nil, zero value otherwise.

GetInstallationIdOk

func (o *SpaceGitSyncStartedEvent) GetInstallationIdOk() (*string, bool)

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

SetInstallationId

func (o *SpaceGitSyncStartedEvent) SetInstallationId(v string)

SetInstallationId sets InstallationId field to given value.

GetSpaceId

func (o *SpaceGitSyncStartedEvent) GetSpaceId() string

GetSpaceId returns the SpaceId field if non-nil, zero value otherwise.

GetSpaceIdOk

func (o *SpaceGitSyncStartedEvent) GetSpaceIdOk() (*string, bool)

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

SetSpaceId

func (o *SpaceGitSyncStartedEvent) SetSpaceId(v string)

SetSpaceId sets SpaceId field to given value.

GetRevisionId

func (o *SpaceGitSyncStartedEvent) GetRevisionId() string

GetRevisionId returns the RevisionId field if non-nil, zero value otherwise.

GetRevisionIdOk

func (o *SpaceGitSyncStartedEvent) GetRevisionIdOk() (*string, bool)

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

SetRevisionId

func (o *SpaceGitSyncStartedEvent) SetRevisionId(v string)

SetRevisionId sets RevisionId field to given value.

GetCommitId

func (o *SpaceGitSyncStartedEvent) GetCommitId() string

GetCommitId returns the CommitId field if non-nil, zero value otherwise.

GetCommitIdOk

func (o *SpaceGitSyncStartedEvent) GetCommitIdOk() (*string, bool)

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

SetCommitId

func (o *SpaceGitSyncStartedEvent) SetCommitId(v string)

SetCommitId sets CommitId field to given value.

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