Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 4.57 KB

ExtensionDTO.md

File metadata and controls

186 lines (101 loc) · 4.57 KB

ExtensionDTO

Properties

Name Type Description Notes
Classifier Pointer to string [optional]
Id Pointer to string [optional]
Name Pointer to string [optional]
Namespace Pointer to string [optional]
Provider Pointer to string [optional]
Version Pointer to string [optional]

Methods

NewExtensionDTO

func NewExtensionDTO() *ExtensionDTO

NewExtensionDTO instantiates a new ExtensionDTO 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

NewExtensionDTOWithDefaults

func NewExtensionDTOWithDefaults() *ExtensionDTO

NewExtensionDTOWithDefaults instantiates a new ExtensionDTO 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

GetClassifier

func (o *ExtensionDTO) GetClassifier() string

GetClassifier returns the Classifier field if non-nil, zero value otherwise.

GetClassifierOk

func (o *ExtensionDTO) GetClassifierOk() (*string, bool)

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

SetClassifier

func (o *ExtensionDTO) SetClassifier(v string)

SetClassifier sets Classifier field to given value.

HasClassifier

func (o *ExtensionDTO) HasClassifier() bool

HasClassifier returns a boolean if a field has been set.

GetId

func (o *ExtensionDTO) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *ExtensionDTO) GetIdOk() (*string, bool)

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

SetId

func (o *ExtensionDTO) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ExtensionDTO) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *ExtensionDTO) GetName() string

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

GetNameOk

func (o *ExtensionDTO) 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 *ExtensionDTO) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ExtensionDTO) HasName() bool

HasName returns a boolean if a field has been set.

GetNamespace

func (o *ExtensionDTO) GetNamespace() string

GetNamespace returns the Namespace field if non-nil, zero value otherwise.

GetNamespaceOk

func (o *ExtensionDTO) GetNamespaceOk() (*string, bool)

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

SetNamespace

func (o *ExtensionDTO) SetNamespace(v string)

SetNamespace sets Namespace field to given value.

HasNamespace

func (o *ExtensionDTO) HasNamespace() bool

HasNamespace returns a boolean if a field has been set.

GetProvider

func (o *ExtensionDTO) GetProvider() string

GetProvider returns the Provider field if non-nil, zero value otherwise.

GetProviderOk

func (o *ExtensionDTO) GetProviderOk() (*string, bool)

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

SetProvider

func (o *ExtensionDTO) SetProvider(v string)

SetProvider sets Provider field to given value.

HasProvider

func (o *ExtensionDTO) HasProvider() bool

HasProvider returns a boolean if a field has been set.

GetVersion

func (o *ExtensionDTO) GetVersion() string

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

GetVersionOk

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

SetVersion sets Version field to given value.

HasVersion

func (o *ExtensionDTO) HasVersion() bool

HasVersion returns a boolean if a field has been set.

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