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

2.7 KiB

SchemaGetObjectTimelineResp

Properties

Name Type Description Notes
ObjectInfo Pointer to SchemaActObjectInfo [optional]
Timeline Pointer to []SchemaActObjectTimeline [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] [Back to API list] [Back to README]