Name | Type | Description | Notes |
---|---|---|---|
Disabled | Pointer to bool | [optional] | |
FuncName | Pointer to string | [optional] | |
Method | Pointer to string | [optional] | |
Path | Pointer to string | [optional] | |
PluginPath | Pointer to string | [optional] |
func NewGoPluginMeta() *GoPluginMeta
NewGoPluginMeta instantiates a new GoPluginMeta 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 NewGoPluginMetaWithDefaults() *GoPluginMeta
NewGoPluginMetaWithDefaults instantiates a new GoPluginMeta 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 *GoPluginMeta) GetDisabled() bool
GetDisabled returns the Disabled field if non-nil, zero value otherwise.
func (o *GoPluginMeta) 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 *GoPluginMeta) SetDisabled(v bool)
SetDisabled sets Disabled field to given value.
func (o *GoPluginMeta) HasDisabled() bool
HasDisabled returns a boolean if a field has been set.
func (o *GoPluginMeta) GetFuncName() string
GetFuncName returns the FuncName field if non-nil, zero value otherwise.
func (o *GoPluginMeta) GetFuncNameOk() (*string, bool)
GetFuncNameOk returns a tuple with the FuncName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GoPluginMeta) SetFuncName(v string)
SetFuncName sets FuncName field to given value.
func (o *GoPluginMeta) HasFuncName() bool
HasFuncName returns a boolean if a field has been set.
func (o *GoPluginMeta) GetMethod() string
GetMethod returns the Method field if non-nil, zero value otherwise.
func (o *GoPluginMeta) 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 *GoPluginMeta) SetMethod(v string)
SetMethod sets Method field to given value.
func (o *GoPluginMeta) HasMethod() bool
HasMethod returns a boolean if a field has been set.
func (o *GoPluginMeta) GetPath() string
GetPath returns the Path field if non-nil, zero value otherwise.
func (o *GoPluginMeta) 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 *GoPluginMeta) SetPath(v string)
SetPath sets Path field to given value.
func (o *GoPluginMeta) HasPath() bool
HasPath returns a boolean if a field has been set.
func (o *GoPluginMeta) GetPluginPath() string
GetPluginPath returns the PluginPath field if non-nil, zero value otherwise.
func (o *GoPluginMeta) GetPluginPathOk() (*string, bool)
GetPluginPathOk returns a tuple with the PluginPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GoPluginMeta) SetPluginPath(v string)
SetPluginPath sets PluginPath field to given value.
func (o *GoPluginMeta) HasPluginPath() bool
HasPluginPath returns a boolean if a field has been set.