Name | Type | Description | Notes |
---|---|---|---|
Callbacks | Pointer to map[string]map[string]interface{} | [optional] | |
Examples | Pointer to map[string]map[string]interface{} | [optional] | |
Headers | Pointer to map[string]map[string]interface{} | [optional] | |
Links | Pointer to map[string]map[string]interface{} | [optional] | |
Parameters | Pointer to map[string]map[string]interface{} | [optional] | |
RequestBodies | Pointer to map[string]map[string]interface{} | [optional] | |
Responses | Pointer to map[string]map[string]interface{} | [optional] | |
Schemas | Pointer to map[string]map[string]interface{} | [optional] | |
SecuritySchemes | Pointer to map[string]map[string]interface{} | [optional] |
func NewComponents() *Components
NewComponents instantiates a new Components 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 NewComponentsWithDefaults() *Components
NewComponentsWithDefaults instantiates a new Components 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 *Components) GetCallbacks() map[string]map[string]interface{}
GetCallbacks returns the Callbacks field if non-nil, zero value otherwise.
func (o *Components) GetCallbacksOk() (*map[string]map[string]interface{}, bool)
GetCallbacksOk returns a tuple with the Callbacks field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Components) SetCallbacks(v map[string]map[string]interface{})
SetCallbacks sets Callbacks field to given value.
func (o *Components) HasCallbacks() bool
HasCallbacks returns a boolean if a field has been set.
func (o *Components) GetExamples() map[string]map[string]interface{}
GetExamples returns the Examples field if non-nil, zero value otherwise.
func (o *Components) GetExamplesOk() (*map[string]map[string]interface{}, bool)
GetExamplesOk returns a tuple with the Examples field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Components) SetExamples(v map[string]map[string]interface{})
SetExamples sets Examples field to given value.
func (o *Components) HasExamples() bool
HasExamples returns a boolean if a field has been set.
func (o *Components) GetHeaders() map[string]map[string]interface{}
GetHeaders returns the Headers field if non-nil, zero value otherwise.
func (o *Components) GetHeadersOk() (*map[string]map[string]interface{}, bool)
GetHeadersOk returns a tuple with the Headers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Components) SetHeaders(v map[string]map[string]interface{})
SetHeaders sets Headers field to given value.
func (o *Components) HasHeaders() bool
HasHeaders returns a boolean if a field has been set.
func (o *Components) GetLinks() map[string]map[string]interface{}
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *Components) GetLinksOk() (*map[string]map[string]interface{}, bool)
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Components) SetLinks(v map[string]map[string]interface{})
SetLinks sets Links field to given value.
func (o *Components) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (o *Components) GetParameters() map[string]map[string]interface{}
GetParameters returns the Parameters field if non-nil, zero value otherwise.
func (o *Components) GetParametersOk() (*map[string]map[string]interface{}, bool)
GetParametersOk returns a tuple with the Parameters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Components) SetParameters(v map[string]map[string]interface{})
SetParameters sets Parameters field to given value.
func (o *Components) HasParameters() bool
HasParameters returns a boolean if a field has been set.
func (o *Components) GetRequestBodies() map[string]map[string]interface{}
GetRequestBodies returns the RequestBodies field if non-nil, zero value otherwise.
func (o *Components) GetRequestBodiesOk() (*map[string]map[string]interface{}, bool)
GetRequestBodiesOk returns a tuple with the RequestBodies field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Components) SetRequestBodies(v map[string]map[string]interface{})
SetRequestBodies sets RequestBodies field to given value.
func (o *Components) HasRequestBodies() bool
HasRequestBodies returns a boolean if a field has been set.
func (o *Components) GetResponses() map[string]map[string]interface{}
GetResponses returns the Responses field if non-nil, zero value otherwise.
func (o *Components) GetResponsesOk() (*map[string]map[string]interface{}, bool)
GetResponsesOk returns a tuple with the Responses field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Components) SetResponses(v map[string]map[string]interface{})
SetResponses sets Responses field to given value.
func (o *Components) HasResponses() bool
HasResponses returns a boolean if a field has been set.
func (o *Components) GetSchemas() map[string]map[string]interface{}
GetSchemas returns the Schemas field if non-nil, zero value otherwise.
func (o *Components) GetSchemasOk() (*map[string]map[string]interface{}, bool)
GetSchemasOk returns a tuple with the Schemas field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Components) SetSchemas(v map[string]map[string]interface{})
SetSchemas sets Schemas field to given value.
func (o *Components) HasSchemas() bool
HasSchemas returns a boolean if a field has been set.
func (o *Components) GetSecuritySchemes() map[string]map[string]interface{}
GetSecuritySchemes returns the SecuritySchemes field if non-nil, zero value otherwise.
func (o *Components) GetSecuritySchemesOk() (*map[string]map[string]interface{}, bool)
GetSecuritySchemesOk returns a tuple with the SecuritySchemes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Components) SetSecuritySchemes(v map[string]map[string]interface{})
SetSecuritySchemes sets SecuritySchemes field to given value.
func (o *Components) HasSecuritySchemes() bool
HasSecuritySchemes returns a boolean if a field has been set.