Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.6 KB

File metadata and controls

56 lines (31 loc) · 1.6 KB

PersesQuerySpec

Properties

Name Type Description Notes
Plugin Pointer to PersesPlugin [optional]

Methods

NewPersesQuerySpec

func NewPersesQuerySpec() *PersesQuerySpec

NewPersesQuerySpec instantiates a new PersesQuerySpec 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

NewPersesQuerySpecWithDefaults

func NewPersesQuerySpecWithDefaults() *PersesQuerySpec

NewPersesQuerySpecWithDefaults instantiates a new PersesQuerySpec 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

GetPlugin

func (o *PersesQuerySpec) GetPlugin() PersesPlugin

GetPlugin returns the Plugin field if non-nil, zero value otherwise.

GetPluginOk

func (o *PersesQuerySpec) GetPluginOk() (*PersesPlugin, bool)

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

SetPlugin

func (o *PersesQuerySpec) SetPlugin(v PersesPlugin)

SetPlugin sets Plugin field to given value.

HasPlugin

func (o *PersesQuerySpec) HasPlugin() bool

HasPlugin returns a boolean if a field has been set.

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