Files
openapi-go-answer/docs/SchemaActObjectTimeline.md
2023-08-18 10:03:31 +08:00

343 lines
9.3 KiB
Markdown

# SchemaActObjectTimeline
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ActivityId** | Pointer to **string** | | [optional]
**ActivityType** | Pointer to **string** | | [optional]
**Cancelled** | Pointer to **bool** | | [optional]
**CancelledAt** | Pointer to **int32** | | [optional]
**Comment** | Pointer to **string** | | [optional]
**CreatedAt** | Pointer to **int32** | | [optional]
**Id** | Pointer to **string** | | [optional]
**ObjectId** | Pointer to **string** | | [optional]
**ObjectType** | Pointer to **string** | | [optional]
**RevisionId** | Pointer to **string** | | [optional]
**UserDisplayName** | Pointer to **string** | | [optional]
**Username** | Pointer to **string** | | [optional]
## Methods
### NewSchemaActObjectTimeline
`func NewSchemaActObjectTimeline() *SchemaActObjectTimeline`
NewSchemaActObjectTimeline instantiates a new SchemaActObjectTimeline 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
### NewSchemaActObjectTimelineWithDefaults
`func NewSchemaActObjectTimelineWithDefaults() *SchemaActObjectTimeline`
NewSchemaActObjectTimelineWithDefaults instantiates a new SchemaActObjectTimeline 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
### GetActivityId
`func (o *SchemaActObjectTimeline) GetActivityId() string`
GetActivityId returns the ActivityId field if non-nil, zero value otherwise.
### GetActivityIdOk
`func (o *SchemaActObjectTimeline) GetActivityIdOk() (*string, bool)`
GetActivityIdOk returns a tuple with the ActivityId field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetActivityId
`func (o *SchemaActObjectTimeline) SetActivityId(v string)`
SetActivityId sets ActivityId field to given value.
### HasActivityId
`func (o *SchemaActObjectTimeline) HasActivityId() bool`
HasActivityId returns a boolean if a field has been set.
### GetActivityType
`func (o *SchemaActObjectTimeline) GetActivityType() string`
GetActivityType returns the ActivityType field if non-nil, zero value otherwise.
### GetActivityTypeOk
`func (o *SchemaActObjectTimeline) GetActivityTypeOk() (*string, bool)`
GetActivityTypeOk returns a tuple with the ActivityType field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetActivityType
`func (o *SchemaActObjectTimeline) SetActivityType(v string)`
SetActivityType sets ActivityType field to given value.
### HasActivityType
`func (o *SchemaActObjectTimeline) HasActivityType() bool`
HasActivityType returns a boolean if a field has been set.
### GetCancelled
`func (o *SchemaActObjectTimeline) GetCancelled() bool`
GetCancelled returns the Cancelled field if non-nil, zero value otherwise.
### GetCancelledOk
`func (o *SchemaActObjectTimeline) GetCancelledOk() (*bool, bool)`
GetCancelledOk returns a tuple with the Cancelled field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetCancelled
`func (o *SchemaActObjectTimeline) SetCancelled(v bool)`
SetCancelled sets Cancelled field to given value.
### HasCancelled
`func (o *SchemaActObjectTimeline) HasCancelled() bool`
HasCancelled returns a boolean if a field has been set.
### GetCancelledAt
`func (o *SchemaActObjectTimeline) GetCancelledAt() int32`
GetCancelledAt returns the CancelledAt field if non-nil, zero value otherwise.
### GetCancelledAtOk
`func (o *SchemaActObjectTimeline) GetCancelledAtOk() (*int32, bool)`
GetCancelledAtOk returns a tuple with the CancelledAt field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetCancelledAt
`func (o *SchemaActObjectTimeline) SetCancelledAt(v int32)`
SetCancelledAt sets CancelledAt field to given value.
### HasCancelledAt
`func (o *SchemaActObjectTimeline) HasCancelledAt() bool`
HasCancelledAt returns a boolean if a field has been set.
### GetComment
`func (o *SchemaActObjectTimeline) GetComment() string`
GetComment returns the Comment field if non-nil, zero value otherwise.
### GetCommentOk
`func (o *SchemaActObjectTimeline) GetCommentOk() (*string, bool)`
GetCommentOk returns a tuple with the Comment field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetComment
`func (o *SchemaActObjectTimeline) SetComment(v string)`
SetComment sets Comment field to given value.
### HasComment
`func (o *SchemaActObjectTimeline) HasComment() bool`
HasComment returns a boolean if a field has been set.
### GetCreatedAt
`func (o *SchemaActObjectTimeline) GetCreatedAt() int32`
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
### GetCreatedAtOk
`func (o *SchemaActObjectTimeline) GetCreatedAtOk() (*int32, bool)`
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetCreatedAt
`func (o *SchemaActObjectTimeline) SetCreatedAt(v int32)`
SetCreatedAt sets CreatedAt field to given value.
### HasCreatedAt
`func (o *SchemaActObjectTimeline) HasCreatedAt() bool`
HasCreatedAt returns a boolean if a field has been set.
### GetId
`func (o *SchemaActObjectTimeline) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *SchemaActObjectTimeline) GetIdOk() (*string, bool)`
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetId
`func (o *SchemaActObjectTimeline) SetId(v string)`
SetId sets Id field to given value.
### HasId
`func (o *SchemaActObjectTimeline) HasId() bool`
HasId returns a boolean if a field has been set.
### GetObjectId
`func (o *SchemaActObjectTimeline) GetObjectId() string`
GetObjectId returns the ObjectId field if non-nil, zero value otherwise.
### GetObjectIdOk
`func (o *SchemaActObjectTimeline) GetObjectIdOk() (*string, bool)`
GetObjectIdOk returns a tuple with the ObjectId field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetObjectId
`func (o *SchemaActObjectTimeline) SetObjectId(v string)`
SetObjectId sets ObjectId field to given value.
### HasObjectId
`func (o *SchemaActObjectTimeline) HasObjectId() bool`
HasObjectId returns a boolean if a field has been set.
### GetObjectType
`func (o *SchemaActObjectTimeline) GetObjectType() string`
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
### GetObjectTypeOk
`func (o *SchemaActObjectTimeline) GetObjectTypeOk() (*string, bool)`
GetObjectTypeOk returns a tuple with the ObjectType field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetObjectType
`func (o *SchemaActObjectTimeline) SetObjectType(v string)`
SetObjectType sets ObjectType field to given value.
### HasObjectType
`func (o *SchemaActObjectTimeline) HasObjectType() bool`
HasObjectType returns a boolean if a field has been set.
### GetRevisionId
`func (o *SchemaActObjectTimeline) GetRevisionId() string`
GetRevisionId returns the RevisionId field if non-nil, zero value otherwise.
### GetRevisionIdOk
`func (o *SchemaActObjectTimeline) 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 *SchemaActObjectTimeline) SetRevisionId(v string)`
SetRevisionId sets RevisionId field to given value.
### HasRevisionId
`func (o *SchemaActObjectTimeline) HasRevisionId() bool`
HasRevisionId returns a boolean if a field has been set.
### GetUserDisplayName
`func (o *SchemaActObjectTimeline) GetUserDisplayName() string`
GetUserDisplayName returns the UserDisplayName field if non-nil, zero value otherwise.
### GetUserDisplayNameOk
`func (o *SchemaActObjectTimeline) GetUserDisplayNameOk() (*string, bool)`
GetUserDisplayNameOk returns a tuple with the UserDisplayName field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetUserDisplayName
`func (o *SchemaActObjectTimeline) SetUserDisplayName(v string)`
SetUserDisplayName sets UserDisplayName field to given value.
### HasUserDisplayName
`func (o *SchemaActObjectTimeline) HasUserDisplayName() bool`
HasUserDisplayName returns a boolean if a field has been set.
### GetUsername
`func (o *SchemaActObjectTimeline) GetUsername() string`
GetUsername returns the Username field if non-nil, zero value otherwise.
### GetUsernameOk
`func (o *SchemaActObjectTimeline) GetUsernameOk() (*string, bool)`
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetUsername
`func (o *SchemaActObjectTimeline) SetUsername(v string)`
SetUsername sets Username field to given value.
### HasUsername
`func (o *SchemaActObjectTimeline) HasUsername() bool`
HasUsername returns a boolean if a field has been set.
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)