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] |
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
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
func (o *ExtensionDTO) GetClassifier() string
GetClassifier returns the Classifier field if non-nil, zero value otherwise.
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.
func (o *ExtensionDTO) SetClassifier(v string)
SetClassifier sets Classifier field to given value.
func (o *ExtensionDTO) HasClassifier() bool
HasClassifier returns a boolean if a field has been set.
func (o *ExtensionDTO) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *ExtensionDTO) SetId(v string)
SetId sets Id field to given value.
func (o *ExtensionDTO) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ExtensionDTO) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *ExtensionDTO) SetName(v string)
SetName sets Name field to given value.
func (o *ExtensionDTO) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ExtensionDTO) GetNamespace() string
GetNamespace returns the Namespace field if non-nil, zero value otherwise.
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.
func (o *ExtensionDTO) SetNamespace(v string)
SetNamespace sets Namespace field to given value.
func (o *ExtensionDTO) HasNamespace() bool
HasNamespace returns a boolean if a field has been set.
func (o *ExtensionDTO) GetProvider() string
GetProvider returns the Provider field if non-nil, zero value otherwise.
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.
func (o *ExtensionDTO) SetProvider(v string)
SetProvider sets Provider field to given value.
func (o *ExtensionDTO) HasProvider() bool
HasProvider returns a boolean if a field has been set.
func (o *ExtensionDTO) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
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.
func (o *ExtensionDTO) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *ExtensionDTO) HasVersion() bool
HasVersion returns a boolean if a field has been set.