Name | Type | Description | Notes |
---|---|---|---|
Openapi | string | ||
Info | Info1 | ||
ExternalDocs | Pointer to ExternalDocumentation | [optional] | |
Servers | Pointer to []Server1 | [optional] | |
Security | Pointer to []map[string][]string | [optional] | |
Tags | Pointer to []Tag1 | [optional] | |
Paths | map[string]interface{} | ||
Components | Pointer to Components1 | [optional] | |
XTykApiGateway | Pointer to XTykAPIGateway | [optional] | |
XTykStreaming | Pointer to XTykStreamingXTykStreaming | [optional] |
func NewPatchApiStreamsRequest(openapi string, info Info1, paths map[string]interface{}, ) *PatchApiStreamsRequest
NewPatchApiStreamsRequest instantiates a new PatchApiStreamsRequest 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 NewPatchApiStreamsRequestWithDefaults() *PatchApiStreamsRequest
NewPatchApiStreamsRequestWithDefaults instantiates a new PatchApiStreamsRequest 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 *PatchApiStreamsRequest) GetOpenapi() string
GetOpenapi returns the Openapi field if non-nil, zero value otherwise.
func (o *PatchApiStreamsRequest) GetOpenapiOk() (*string, bool)
GetOpenapiOk returns a tuple with the Openapi field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchApiStreamsRequest) SetOpenapi(v string)
SetOpenapi sets Openapi field to given value.
func (o *PatchApiStreamsRequest) GetInfo() Info1
GetInfo returns the Info field if non-nil, zero value otherwise.
func (o *PatchApiStreamsRequest) GetInfoOk() (*Info1, bool)
GetInfoOk returns a tuple with the Info field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchApiStreamsRequest) SetInfo(v Info1)
SetInfo sets Info field to given value.
func (o *PatchApiStreamsRequest) GetExternalDocs() ExternalDocumentation
GetExternalDocs returns the ExternalDocs field if non-nil, zero value otherwise.
func (o *PatchApiStreamsRequest) GetExternalDocsOk() (*ExternalDocumentation, bool)
GetExternalDocsOk returns a tuple with the ExternalDocs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchApiStreamsRequest) SetExternalDocs(v ExternalDocumentation)
SetExternalDocs sets ExternalDocs field to given value.
func (o *PatchApiStreamsRequest) HasExternalDocs() bool
HasExternalDocs returns a boolean if a field has been set.
func (o *PatchApiStreamsRequest) GetServers() []Server1
GetServers returns the Servers field if non-nil, zero value otherwise.
func (o *PatchApiStreamsRequest) GetServersOk() (*[]Server1, bool)
GetServersOk returns a tuple with the Servers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchApiStreamsRequest) SetServers(v []Server1)
SetServers sets Servers field to given value.
func (o *PatchApiStreamsRequest) HasServers() bool
HasServers returns a boolean if a field has been set.
func (o *PatchApiStreamsRequest) GetSecurity() []map[string][]string
GetSecurity returns the Security field if non-nil, zero value otherwise.
func (o *PatchApiStreamsRequest) GetSecurityOk() (*[]map[string][]string, bool)
GetSecurityOk returns a tuple with the Security field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchApiStreamsRequest) SetSecurity(v []map[string][]string)
SetSecurity sets Security field to given value.
func (o *PatchApiStreamsRequest) HasSecurity() bool
HasSecurity returns a boolean if a field has been set.
func (o *PatchApiStreamsRequest) GetTags() []Tag1
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *PatchApiStreamsRequest) GetTagsOk() (*[]Tag1, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchApiStreamsRequest) SetTags(v []Tag1)
SetTags sets Tags field to given value.
func (o *PatchApiStreamsRequest) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *PatchApiStreamsRequest) GetPaths() map[string]interface{}
GetPaths returns the Paths field if non-nil, zero value otherwise.
func (o *PatchApiStreamsRequest) GetPathsOk() (*map[string]interface{}, bool)
GetPathsOk returns a tuple with the Paths field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchApiStreamsRequest) SetPaths(v map[string]interface{})
SetPaths sets Paths field to given value.
func (o *PatchApiStreamsRequest) GetComponents() Components1
GetComponents returns the Components field if non-nil, zero value otherwise.
func (o *PatchApiStreamsRequest) GetComponentsOk() (*Components1, bool)
GetComponentsOk returns a tuple with the Components field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchApiStreamsRequest) SetComponents(v Components1)
SetComponents sets Components field to given value.
func (o *PatchApiStreamsRequest) HasComponents() bool
HasComponents returns a boolean if a field has been set.
func (o *PatchApiStreamsRequest) GetXTykApiGateway() XTykAPIGateway
GetXTykApiGateway returns the XTykApiGateway field if non-nil, zero value otherwise.
func (o *PatchApiStreamsRequest) GetXTykApiGatewayOk() (*XTykAPIGateway, bool)
GetXTykApiGatewayOk returns a tuple with the XTykApiGateway field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchApiStreamsRequest) SetXTykApiGateway(v XTykAPIGateway)
SetXTykApiGateway sets XTykApiGateway field to given value.
func (o *PatchApiStreamsRequest) HasXTykApiGateway() bool
HasXTykApiGateway returns a boolean if a field has been set.
func (o *PatchApiStreamsRequest) GetXTykStreaming() XTykStreamingXTykStreaming
GetXTykStreaming returns the XTykStreaming field if non-nil, zero value otherwise.
func (o *PatchApiStreamsRequest) GetXTykStreamingOk() (*XTykStreamingXTykStreaming, bool)
GetXTykStreamingOk returns a tuple with the XTykStreaming field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchApiStreamsRequest) SetXTykStreaming(v XTykStreamingXTykStreaming)
SetXTykStreaming sets XTykStreaming field to given value.
func (o *PatchApiStreamsRequest) HasXTykStreaming() bool
HasXTykStreaming returns a boolean if a field has been set.