| Name | Type | Description | Notes |
|---|---|---|---|
| Annotations | Pointer to map[string]string | [optional] | |
| Data | Pointer to []SecretObjectData | [optional] | |
| Labels | Pointer to map[string]string | [optional] | |
| SecretName | Pointer to string | [optional] | |
| Type | Pointer to string | [optional] |
func NewSecretObject() *SecretObject
NewSecretObject instantiates a new SecretObject 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 NewSecretObjectWithDefaults() *SecretObject
NewSecretObjectWithDefaults instantiates a new SecretObject 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 *SecretObject) GetAnnotations() map[string]string
GetAnnotations returns the Annotations field if non-nil, zero value otherwise.
func (o *SecretObject) GetAnnotationsOk() (*map[string]string, bool)
GetAnnotationsOk returns a tuple with the Annotations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecretObject) SetAnnotations(v map[string]string)
SetAnnotations sets Annotations field to given value.
func (o *SecretObject) HasAnnotations() bool
HasAnnotations returns a boolean if a field has been set.
func (o *SecretObject) GetData() []SecretObjectData
GetData returns the Data field if non-nil, zero value otherwise.
func (o *SecretObject) GetDataOk() (*[]SecretObjectData, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecretObject) SetData(v []SecretObjectData)
SetData sets Data field to given value.
func (o *SecretObject) HasData() bool
HasData returns a boolean if a field has been set.
func (o *SecretObject) GetLabels() map[string]string
GetLabels returns the Labels field if non-nil, zero value otherwise.
func (o *SecretObject) GetLabelsOk() (*map[string]string, bool)
GetLabelsOk returns a tuple with the Labels field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecretObject) SetLabels(v map[string]string)
SetLabels sets Labels field to given value.
func (o *SecretObject) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (o *SecretObject) GetSecretName() string
GetSecretName returns the SecretName field if non-nil, zero value otherwise.
func (o *SecretObject) GetSecretNameOk() (*string, bool)
GetSecretNameOk returns a tuple with the SecretName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecretObject) SetSecretName(v string)
SetSecretName sets SecretName field to given value.
func (o *SecretObject) HasSecretName() bool
HasSecretName returns a boolean if a field has been set.
func (o *SecretObject) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *SecretObject) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecretObject) SetType(v string)
SetType sets Type field to given value.
func (o *SecretObject) HasType() bool
HasType returns a boolean if a field has been set.