Name | Type | Description | Notes |
---|---|---|---|
Disabled | Pointer to bool | [optional] | |
FunctionSourceType | Pointer to string | [optional] | |
FunctionSourceUri | Pointer to string | [optional] | |
Method | Pointer to string | [optional] | |
Path | Pointer to string | [optional] | |
ProxyOnError | Pointer to bool | [optional] | |
ResponseFunctionName | Pointer to string | [optional] | |
UseSession | Pointer to bool | [optional] |
func NewVirtualMeta() *VirtualMeta
NewVirtualMeta instantiates a new VirtualMeta 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 NewVirtualMetaWithDefaults() *VirtualMeta
NewVirtualMetaWithDefaults instantiates a new VirtualMeta 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 *VirtualMeta) GetDisabled() bool
GetDisabled returns the Disabled field if non-nil, zero value otherwise.
func (o *VirtualMeta) GetDisabledOk() (*bool, bool)
GetDisabledOk returns a tuple with the Disabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VirtualMeta) SetDisabled(v bool)
SetDisabled sets Disabled field to given value.
func (o *VirtualMeta) HasDisabled() bool
HasDisabled returns a boolean if a field has been set.
func (o *VirtualMeta) GetFunctionSourceType() string
GetFunctionSourceType returns the FunctionSourceType field if non-nil, zero value otherwise.
func (o *VirtualMeta) GetFunctionSourceTypeOk() (*string, bool)
GetFunctionSourceTypeOk returns a tuple with the FunctionSourceType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VirtualMeta) SetFunctionSourceType(v string)
SetFunctionSourceType sets FunctionSourceType field to given value.
func (o *VirtualMeta) HasFunctionSourceType() bool
HasFunctionSourceType returns a boolean if a field has been set.
func (o *VirtualMeta) GetFunctionSourceUri() string
GetFunctionSourceUri returns the FunctionSourceUri field if non-nil, zero value otherwise.
func (o *VirtualMeta) GetFunctionSourceUriOk() (*string, bool)
GetFunctionSourceUriOk returns a tuple with the FunctionSourceUri field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VirtualMeta) SetFunctionSourceUri(v string)
SetFunctionSourceUri sets FunctionSourceUri field to given value.
func (o *VirtualMeta) HasFunctionSourceUri() bool
HasFunctionSourceUri returns a boolean if a field has been set.
func (o *VirtualMeta) GetMethod() string
GetMethod returns the Method field if non-nil, zero value otherwise.
func (o *VirtualMeta) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VirtualMeta) SetMethod(v string)
SetMethod sets Method field to given value.
func (o *VirtualMeta) HasMethod() bool
HasMethod returns a boolean if a field has been set.
func (o *VirtualMeta) GetPath() string
GetPath returns the Path field if non-nil, zero value otherwise.
func (o *VirtualMeta) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VirtualMeta) SetPath(v string)
SetPath sets Path field to given value.
func (o *VirtualMeta) HasPath() bool
HasPath returns a boolean if a field has been set.
func (o *VirtualMeta) GetProxyOnError() bool
GetProxyOnError returns the ProxyOnError field if non-nil, zero value otherwise.
func (o *VirtualMeta) GetProxyOnErrorOk() (*bool, bool)
GetProxyOnErrorOk returns a tuple with the ProxyOnError field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VirtualMeta) SetProxyOnError(v bool)
SetProxyOnError sets ProxyOnError field to given value.
func (o *VirtualMeta) HasProxyOnError() bool
HasProxyOnError returns a boolean if a field has been set.
func (o *VirtualMeta) GetResponseFunctionName() string
GetResponseFunctionName returns the ResponseFunctionName field if non-nil, zero value otherwise.
func (o *VirtualMeta) GetResponseFunctionNameOk() (*string, bool)
GetResponseFunctionNameOk returns a tuple with the ResponseFunctionName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VirtualMeta) SetResponseFunctionName(v string)
SetResponseFunctionName sets ResponseFunctionName field to given value.
func (o *VirtualMeta) HasResponseFunctionName() bool
HasResponseFunctionName returns a boolean if a field has been set.
func (o *VirtualMeta) GetUseSession() bool
GetUseSession returns the UseSession field if non-nil, zero value otherwise.
func (o *VirtualMeta) GetUseSessionOk() (*bool, bool)
GetUseSessionOk returns a tuple with the UseSession field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VirtualMeta) SetUseSession(v bool)
SetUseSession sets UseSession field to given value.
func (o *VirtualMeta) HasUseSession() bool
HasUseSession returns a boolean if a field has been set.