83 lines
2.7 KiB
Markdown
83 lines
2.7 KiB
Markdown
# SchemaGetObjectTimelineResp
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**ObjectInfo** | Pointer to [**SchemaActObjectInfo**](SchemaActObjectInfo.md) | | [optional]
|
|
**Timeline** | Pointer to [**[]SchemaActObjectTimeline**](SchemaActObjectTimeline.md) | | [optional]
|
|
|
|
## Methods
|
|
|
|
### NewSchemaGetObjectTimelineResp
|
|
|
|
`func NewSchemaGetObjectTimelineResp() *SchemaGetObjectTimelineResp`
|
|
|
|
NewSchemaGetObjectTimelineResp instantiates a new SchemaGetObjectTimelineResp 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
|
|
|
|
### NewSchemaGetObjectTimelineRespWithDefaults
|
|
|
|
`func NewSchemaGetObjectTimelineRespWithDefaults() *SchemaGetObjectTimelineResp`
|
|
|
|
NewSchemaGetObjectTimelineRespWithDefaults instantiates a new SchemaGetObjectTimelineResp 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
|
|
|
|
### GetObjectInfo
|
|
|
|
`func (o *SchemaGetObjectTimelineResp) GetObjectInfo() SchemaActObjectInfo`
|
|
|
|
GetObjectInfo returns the ObjectInfo field if non-nil, zero value otherwise.
|
|
|
|
### GetObjectInfoOk
|
|
|
|
`func (o *SchemaGetObjectTimelineResp) GetObjectInfoOk() (*SchemaActObjectInfo, bool)`
|
|
|
|
GetObjectInfoOk returns a tuple with the ObjectInfo field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetObjectInfo
|
|
|
|
`func (o *SchemaGetObjectTimelineResp) SetObjectInfo(v SchemaActObjectInfo)`
|
|
|
|
SetObjectInfo sets ObjectInfo field to given value.
|
|
|
|
### HasObjectInfo
|
|
|
|
`func (o *SchemaGetObjectTimelineResp) HasObjectInfo() bool`
|
|
|
|
HasObjectInfo returns a boolean if a field has been set.
|
|
|
|
### GetTimeline
|
|
|
|
`func (o *SchemaGetObjectTimelineResp) GetTimeline() []SchemaActObjectTimeline`
|
|
|
|
GetTimeline returns the Timeline field if non-nil, zero value otherwise.
|
|
|
|
### GetTimelineOk
|
|
|
|
`func (o *SchemaGetObjectTimelineResp) GetTimelineOk() (*[]SchemaActObjectTimeline, bool)`
|
|
|
|
GetTimelineOk returns a tuple with the Timeline field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetTimeline
|
|
|
|
`func (o *SchemaGetObjectTimelineResp) SetTimeline(v []SchemaActObjectTimeline)`
|
|
|
|
SetTimeline sets Timeline field to given value.
|
|
|
|
### HasTimeline
|
|
|
|
`func (o *SchemaGetObjectTimelineResp) HasTimeline() bool`
|
|
|
|
HasTimeline 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)
|
|
|
|
|