Name | Type | Description | Notes |
---|---|---|---|
Type | string | Type of an entity | |
Title | EntityRawSchemaTitle | ||
Properties | []EntityPropertySchema | Ordered list of all properties stored in entities. | |
Entities | float32 | Count of entities created in this schema. | |
Integration | Pointer to Integration | [optional] | |
Urls | EntitySchemaAllOfUrls |
func NewEntitySchema(type_ string, title EntityRawSchemaTitle, properties []EntityPropertySchema, entities float32, urls EntitySchemaAllOfUrls, ) *EntitySchema
NewEntitySchema instantiates a new EntitySchema 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
func NewEntitySchemaWithDefaults() *EntitySchema
NewEntitySchemaWithDefaults instantiates a new EntitySchema 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
func (o *EntitySchema) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *EntitySchema) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EntitySchema) SetType(v string)
SetType sets Type field to given value.
func (o *EntitySchema) GetTitle() EntityRawSchemaTitle
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *EntitySchema) GetTitleOk() (*EntityRawSchemaTitle, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EntitySchema) SetTitle(v EntityRawSchemaTitle)
SetTitle sets Title field to given value.
func (o *EntitySchema) GetProperties() []EntityPropertySchema
GetProperties returns the Properties field if non-nil, zero value otherwise.
func (o *EntitySchema) GetPropertiesOk() (*[]EntityPropertySchema, bool)
GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EntitySchema) SetProperties(v []EntityPropertySchema)
SetProperties sets Properties field to given value.
func (o *EntitySchema) GetEntities() float32
GetEntities returns the Entities field if non-nil, zero value otherwise.
func (o *EntitySchema) GetEntitiesOk() (*float32, bool)
GetEntitiesOk returns a tuple with the Entities field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EntitySchema) SetEntities(v float32)
SetEntities sets Entities field to given value.
func (o *EntitySchema) GetIntegration() Integration
GetIntegration returns the Integration field if non-nil, zero value otherwise.
func (o *EntitySchema) GetIntegrationOk() (*Integration, bool)
GetIntegrationOk returns a tuple with the Integration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EntitySchema) SetIntegration(v Integration)
SetIntegration sets Integration field to given value.
func (o *EntitySchema) HasIntegration() bool
HasIntegration returns a boolean if a field has been set.
func (o *EntitySchema) GetUrls() EntitySchemaAllOfUrls
GetUrls returns the Urls field if non-nil, zero value otherwise.
func (o *EntitySchema) GetUrlsOk() (*EntitySchemaAllOfUrls, bool)
GetUrlsOk returns a tuple with the Urls field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EntitySchema) SetUrls(v EntitySchemaAllOfUrls)
SetUrls sets Urls field to given value.