Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 3.99 KB

GoPluginMeta.md

File metadata and controls

160 lines (87 loc) · 3.99 KB

GoPluginMeta

Properties

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]

Methods

NewGoPluginMeta

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

NewGoPluginMetaWithDefaults

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

GetDisabled

func (o *GoPluginMeta) GetDisabled() bool

GetDisabled returns the Disabled field if non-nil, zero value otherwise.

GetDisabledOk

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.

SetDisabled

func (o *GoPluginMeta) SetDisabled(v bool)

SetDisabled sets Disabled field to given value.

HasDisabled

func (o *GoPluginMeta) HasDisabled() bool

HasDisabled returns a boolean if a field has been set.

GetFuncName

func (o *GoPluginMeta) GetFuncName() string

GetFuncName returns the FuncName field if non-nil, zero value otherwise.

GetFuncNameOk

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.

SetFuncName

func (o *GoPluginMeta) SetFuncName(v string)

SetFuncName sets FuncName field to given value.

HasFuncName

func (o *GoPluginMeta) HasFuncName() bool

HasFuncName returns a boolean if a field has been set.

GetMethod

func (o *GoPluginMeta) GetMethod() string

GetMethod returns the Method field if non-nil, zero value otherwise.

GetMethodOk

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.

SetMethod

func (o *GoPluginMeta) SetMethod(v string)

SetMethod sets Method field to given value.

HasMethod

func (o *GoPluginMeta) HasMethod() bool

HasMethod returns a boolean if a field has been set.

GetPath

func (o *GoPluginMeta) GetPath() string

GetPath returns the Path field if non-nil, zero value otherwise.

GetPathOk

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.

SetPath

func (o *GoPluginMeta) SetPath(v string)

SetPath sets Path field to given value.

HasPath

func (o *GoPluginMeta) HasPath() bool

HasPath returns a boolean if a field has been set.

GetPluginPath

func (o *GoPluginMeta) GetPluginPath() string

GetPluginPath returns the PluginPath field if non-nil, zero value otherwise.

GetPluginPathOk

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.

SetPluginPath

func (o *GoPluginMeta) SetPluginPath(v string)

SetPluginPath sets PluginPath field to given value.

HasPluginPath

func (o *GoPluginMeta) HasPluginPath() bool

HasPluginPath returns a boolean if a field has been set.

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