ModelCountResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ModelsCount | int64 | Number of models currently indexed by the registry. |
Methods
NewModelCountResponse
func NewModelCountResponse(modelsCount int64, ) *ModelCountResponse
NewModelCountResponse instantiates a new ModelCountResponse 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
NewModelCountResponseWithDefaults
func NewModelCountResponseWithDefaults() *ModelCountResponse
NewModelCountResponseWithDefaults instantiates a new ModelCountResponse 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
GetModelsCount
func (o *ModelCountResponse) GetModelsCount() int64
GetModelsCount returns the ModelsCount field if non-nil, zero value otherwise.
GetModelsCountOk
func (o *ModelCountResponse) GetModelsCountOk() (*int64, bool)
GetModelsCountOk returns a tuple with the ModelsCount field if it’s non-nil, zero value otherwise and a boolean to check if the value has been set.
SetModelsCount
func (o *ModelCountResponse) SetModelsCount(v int64)
SetModelsCount sets ModelsCount field to given value.