Files
openapi-go-answer/docs/SchemaGetPluginConfigResp.md
2023-08-22 10:37:28 +08:00

4.6 KiB

SchemaGetPluginConfigResp

Properties

Name Type Description Notes
ConfigFields Pointer to []SchemaConfigField [optional]
Description Pointer to string [optional]
Name Pointer to string [optional]
SlugName Pointer to string [optional]
Version Pointer to string [optional]

Methods

NewSchemaGetPluginConfigResp

func NewSchemaGetPluginConfigResp() *SchemaGetPluginConfigResp

NewSchemaGetPluginConfigResp instantiates a new SchemaGetPluginConfigResp 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

NewSchemaGetPluginConfigRespWithDefaults

func NewSchemaGetPluginConfigRespWithDefaults() *SchemaGetPluginConfigResp

NewSchemaGetPluginConfigRespWithDefaults instantiates a new SchemaGetPluginConfigResp 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

GetConfigFields

func (o *SchemaGetPluginConfigResp) GetConfigFields() []SchemaConfigField

GetConfigFields returns the ConfigFields field if non-nil, zero value otherwise.

GetConfigFieldsOk

func (o *SchemaGetPluginConfigResp) GetConfigFieldsOk() (*[]SchemaConfigField, bool)

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

SetConfigFields

func (o *SchemaGetPluginConfigResp) SetConfigFields(v []SchemaConfigField)

SetConfigFields sets ConfigFields field to given value.

HasConfigFields

func (o *SchemaGetPluginConfigResp) HasConfigFields() bool

HasConfigFields returns a boolean if a field has been set.

GetDescription

func (o *SchemaGetPluginConfigResp) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *SchemaGetPluginConfigResp) GetDescriptionOk() (*string, bool)

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

SetDescription

func (o *SchemaGetPluginConfigResp) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *SchemaGetPluginConfigResp) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetName

func (o *SchemaGetPluginConfigResp) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *SchemaGetPluginConfigResp) GetNameOk() (*string, bool)

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

SetName

func (o *SchemaGetPluginConfigResp) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *SchemaGetPluginConfigResp) HasName() bool

HasName returns a boolean if a field has been set.

GetSlugName

func (o *SchemaGetPluginConfigResp) GetSlugName() string

GetSlugName returns the SlugName field if non-nil, zero value otherwise.

GetSlugNameOk

func (o *SchemaGetPluginConfigResp) GetSlugNameOk() (*string, bool)

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

SetSlugName

func (o *SchemaGetPluginConfigResp) SetSlugName(v string)

SetSlugName sets SlugName field to given value.

HasSlugName

func (o *SchemaGetPluginConfigResp) HasSlugName() bool

HasSlugName returns a boolean if a field has been set.

GetVersion

func (o *SchemaGetPluginConfigResp) GetVersion() string

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

GetVersionOk

func (o *SchemaGetPluginConfigResp) 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 *SchemaGetPluginConfigResp) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *SchemaGetPluginConfigResp) HasVersion() bool

HasVersion returns a boolean if a field has been set.

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