Skip to content

Latest commit

 

History

History
240 lines (127 loc) · 6.81 KB

File metadata and controls

240 lines (127 loc) · 6.81 KB

PatchCollectionOutputBody

Properties

Name Type Description Notes
BinaryCount int64
CollectionId int64
CollectionName string
CollectionScope string
CreatedAt time.Time
Description string
ModelId int64
TeamId int64
UpdatedAt time.Time
UserId int64

Methods

NewPatchCollectionOutputBody

func NewPatchCollectionOutputBody(binaryCount int64, collectionId int64, collectionName string, collectionScope string, createdAt time.Time, description string, modelId int64, teamId int64, updatedAt time.Time, userId int64, ) *PatchCollectionOutputBody

NewPatchCollectionOutputBody instantiates a new PatchCollectionOutputBody 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

NewPatchCollectionOutputBodyWithDefaults

func NewPatchCollectionOutputBodyWithDefaults() *PatchCollectionOutputBody

NewPatchCollectionOutputBodyWithDefaults instantiates a new PatchCollectionOutputBody 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

GetBinaryCount

func (o *PatchCollectionOutputBody) GetBinaryCount() int64

GetBinaryCount returns the BinaryCount field if non-nil, zero value otherwise.

GetBinaryCountOk

func (o *PatchCollectionOutputBody) GetBinaryCountOk() (*int64, bool)

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

SetBinaryCount

func (o *PatchCollectionOutputBody) SetBinaryCount(v int64)

SetBinaryCount sets BinaryCount field to given value.

GetCollectionId

func (o *PatchCollectionOutputBody) GetCollectionId() int64

GetCollectionId returns the CollectionId field if non-nil, zero value otherwise.

GetCollectionIdOk

func (o *PatchCollectionOutputBody) GetCollectionIdOk() (*int64, bool)

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

SetCollectionId

func (o *PatchCollectionOutputBody) SetCollectionId(v int64)

SetCollectionId sets CollectionId field to given value.

GetCollectionName

func (o *PatchCollectionOutputBody) GetCollectionName() string

GetCollectionName returns the CollectionName field if non-nil, zero value otherwise.

GetCollectionNameOk

func (o *PatchCollectionOutputBody) GetCollectionNameOk() (*string, bool)

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

SetCollectionName

func (o *PatchCollectionOutputBody) SetCollectionName(v string)

SetCollectionName sets CollectionName field to given value.

GetCollectionScope

func (o *PatchCollectionOutputBody) GetCollectionScope() string

GetCollectionScope returns the CollectionScope field if non-nil, zero value otherwise.

GetCollectionScopeOk

func (o *PatchCollectionOutputBody) GetCollectionScopeOk() (*string, bool)

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

SetCollectionScope

func (o *PatchCollectionOutputBody) SetCollectionScope(v string)

SetCollectionScope sets CollectionScope field to given value.

GetCreatedAt

func (o *PatchCollectionOutputBody) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

func (o *PatchCollectionOutputBody) GetCreatedAtOk() (*time.Time, 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 *PatchCollectionOutputBody) SetCreatedAt(v time.Time)

SetCreatedAt sets CreatedAt field to given value.

GetDescription

func (o *PatchCollectionOutputBody) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *PatchCollectionOutputBody) GetDescriptionOk() (*string, bool)

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

SetDescription

func (o *PatchCollectionOutputBody) SetDescription(v string)

SetDescription sets Description field to given value.

GetModelId

func (o *PatchCollectionOutputBody) GetModelId() int64

GetModelId returns the ModelId field if non-nil, zero value otherwise.

GetModelIdOk

func (o *PatchCollectionOutputBody) GetModelIdOk() (*int64, bool)

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

SetModelId

func (o *PatchCollectionOutputBody) SetModelId(v int64)

SetModelId sets ModelId field to given value.

GetTeamId

func (o *PatchCollectionOutputBody) GetTeamId() int64

GetTeamId returns the TeamId field if non-nil, zero value otherwise.

GetTeamIdOk

func (o *PatchCollectionOutputBody) GetTeamIdOk() (*int64, bool)

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

SetTeamId

func (o *PatchCollectionOutputBody) SetTeamId(v int64)

SetTeamId sets TeamId field to given value.

GetUpdatedAt

func (o *PatchCollectionOutputBody) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.

GetUpdatedAtOk

func (o *PatchCollectionOutputBody) GetUpdatedAtOk() (*time.Time, bool)

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

SetUpdatedAt

func (o *PatchCollectionOutputBody) SetUpdatedAt(v time.Time)

SetUpdatedAt sets UpdatedAt field to given value.

GetUserId

func (o *PatchCollectionOutputBody) GetUserId() int64

GetUserId returns the UserId field if non-nil, zero value otherwise.

GetUserIdOk

func (o *PatchCollectionOutputBody) GetUserIdOk() (*int64, bool)

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

SetUserId

func (o *PatchCollectionOutputBody) SetUserId(v int64)

SetUserId sets UserId field to given value.

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