Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.83 KB

SpaceGitSyncStartedEventAllOf.md

File metadata and controls

93 lines (50 loc) · 2.83 KB

SpaceGitSyncStartedEventAllOf

Properties

Name Type Description Notes
Type string
RevisionId string Unique identifier of the new content revision
CommitId string Unique identifier for the commit (sha)

Methods

NewSpaceGitSyncStartedEventAllOf

func NewSpaceGitSyncStartedEventAllOf(type_ string, revisionId string, commitId string, ) *SpaceGitSyncStartedEventAllOf

NewSpaceGitSyncStartedEventAllOf instantiates a new SpaceGitSyncStartedEventAllOf 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

NewSpaceGitSyncStartedEventAllOfWithDefaults

func NewSpaceGitSyncStartedEventAllOfWithDefaults() *SpaceGitSyncStartedEventAllOf

NewSpaceGitSyncStartedEventAllOfWithDefaults instantiates a new SpaceGitSyncStartedEventAllOf 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

GetType

func (o *SpaceGitSyncStartedEventAllOf) GetType() string

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

GetTypeOk

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

SetType sets Type field to given value.

GetRevisionId

func (o *SpaceGitSyncStartedEventAllOf) GetRevisionId() string

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

GetRevisionIdOk

func (o *SpaceGitSyncStartedEventAllOf) 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 *SpaceGitSyncStartedEventAllOf) SetRevisionId(v string)

SetRevisionId sets RevisionId field to given value.

GetCommitId

func (o *SpaceGitSyncStartedEventAllOf) GetCommitId() string

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

GetCommitIdOk

func (o *SpaceGitSyncStartedEventAllOf) 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 *SpaceGitSyncStartedEventAllOf) SetCommitId(v string)

SetCommitId sets CommitId field to given value.

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