2.4 KiB
SchemaSearchResp
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Object | Pointer to SchemaSearchRespObject | [optional] | |
| ObjectType | Pointer to string | object_type | [optional] |
Methods
NewSchemaSearchResp
func NewSchemaSearchResp() *SchemaSearchResp
NewSchemaSearchResp instantiates a new SchemaSearchResp 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
NewSchemaSearchRespWithDefaults
func NewSchemaSearchRespWithDefaults() *SchemaSearchResp
NewSchemaSearchRespWithDefaults instantiates a new SchemaSearchResp 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
GetObject
func (o *SchemaSearchResp) GetObject() SchemaSearchRespObject
GetObject returns the Object field if non-nil, zero value otherwise.
GetObjectOk
func (o *SchemaSearchResp) GetObjectOk() (*SchemaSearchRespObject, bool)
GetObjectOk returns a tuple with the Object field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetObject
func (o *SchemaSearchResp) SetObject(v SchemaSearchRespObject)
SetObject sets Object field to given value.
HasObject
func (o *SchemaSearchResp) HasObject() bool
HasObject returns a boolean if a field has been set.
GetObjectType
func (o *SchemaSearchResp) GetObjectType() string
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
GetObjectTypeOk
func (o *SchemaSearchResp) GetObjectTypeOk() (*string, bool)
GetObjectTypeOk returns a tuple with the ObjectType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetObjectType
func (o *SchemaSearchResp) SetObjectType(v string)
SetObjectType sets ObjectType field to given value.
HasObjectType
func (o *SchemaSearchResp) HasObjectType() bool
HasObjectType returns a boolean if a field has been set.