Files
openapi-go-answer/docs/SchemaSearchResult.md
2023-09-26 16:20:01 +08:00

2.4 KiB

SchemaSearchResult

Properties

Name Type Description Notes
Object Pointer to SchemaSearchObject [optional]
ObjectType Pointer to string object_type [optional]

Methods

NewSchemaSearchResult

func NewSchemaSearchResult() *SchemaSearchResult

NewSchemaSearchResult instantiates a new SchemaSearchResult 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

NewSchemaSearchResultWithDefaults

func NewSchemaSearchResultWithDefaults() *SchemaSearchResult

NewSchemaSearchResultWithDefaults instantiates a new SchemaSearchResult 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 *SchemaSearchResult) GetObject() SchemaSearchObject

GetObject returns the Object field if non-nil, zero value otherwise.

GetObjectOk

func (o *SchemaSearchResult) GetObjectOk() (*SchemaSearchObject, 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 *SchemaSearchResult) SetObject(v SchemaSearchObject)

SetObject sets Object field to given value.

HasObject

func (o *SchemaSearchResult) HasObject() bool

HasObject returns a boolean if a field has been set.

GetObjectType

func (o *SchemaSearchResult) GetObjectType() string

GetObjectType returns the ObjectType field if non-nil, zero value otherwise.

GetObjectTypeOk

func (o *SchemaSearchResult) 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 *SchemaSearchResult) SetObjectType(v string)

SetObjectType sets ObjectType field to given value.

HasObjectType

func (o *SchemaSearchResult) HasObjectType() bool

HasObjectType returns a boolean if a field has been set.

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