Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.59 KB

PluginInterfaceType.md

File metadata and controls

93 lines (50 loc) · 2.59 KB

PluginInterfaceType

Properties

Name Type Description Notes
Capability string capability
Prefix string prefix
Version string version

Methods

NewPluginInterfaceType

func NewPluginInterfaceType(capability string, prefix string, version string, ) *PluginInterfaceType

NewPluginInterfaceType instantiates a new PluginInterfaceType 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

NewPluginInterfaceTypeWithDefaults

func NewPluginInterfaceTypeWithDefaults() *PluginInterfaceType

NewPluginInterfaceTypeWithDefaults instantiates a new PluginInterfaceType 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

GetCapability

func (o *PluginInterfaceType) GetCapability() string

GetCapability returns the Capability field if non-nil, zero value otherwise.

GetCapabilityOk

func (o *PluginInterfaceType) GetCapabilityOk() (*string, bool)

GetCapabilityOk returns a tuple with the Capability field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCapability

func (o *PluginInterfaceType) SetCapability(v string)

SetCapability sets Capability field to given value.

GetPrefix

func (o *PluginInterfaceType) GetPrefix() string

GetPrefix returns the Prefix field if non-nil, zero value otherwise.

GetPrefixOk

func (o *PluginInterfaceType) GetPrefixOk() (*string, bool)

GetPrefixOk returns a tuple with the Prefix field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPrefix

func (o *PluginInterfaceType) SetPrefix(v string)

SetPrefix sets Prefix field to given value.

GetVersion

func (o *PluginInterfaceType) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *PluginInterfaceType) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetVersion

func (o *PluginInterfaceType) SetVersion(v string)

SetVersion sets Version field to given value.

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