Name | Type | Description | Notes |
---|---|---|---|
Capability | string | capability | |
Prefix | string | prefix | |
Version | string | version |
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
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
func (o *PluginInterfaceType) GetCapability() string
GetCapability returns the Capability field if non-nil, zero value otherwise.
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.
func (o *PluginInterfaceType) SetCapability(v string)
SetCapability sets Capability field to given value.
func (o *PluginInterfaceType) GetPrefix() string
GetPrefix returns the Prefix field if non-nil, zero value otherwise.
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.
func (o *PluginInterfaceType) SetPrefix(v string)
SetPrefix sets Prefix field to given value.
func (o *PluginInterfaceType) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
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.
func (o *PluginInterfaceType) SetVersion(v string)
SetVersion sets Version field to given value.