Name | Type | Description | Notes |
---|---|---|---|
Description | Pointer to string | Description of the object | [optional] |
HsmKeyLabel | Pointer to string | The label of the hsm key to use for customer fragment operations (relevant for hsm_wrapped/hsm_protected customer fragments) | [optional] |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
Metadata | Pointer to string | Deprecated - use description | [optional] |
Name | Pointer to string | Customer fragment name | [optional] |
Type | Pointer to string | Customer fragment type [standard/hsm_wrapped/hsm_secured] | [optional] [default to "standard"] |
func NewGenCustomerFragment() *GenCustomerFragment
NewGenCustomerFragment instantiates a new GenCustomerFragment 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 NewGenCustomerFragmentWithDefaults() *GenCustomerFragment
NewGenCustomerFragmentWithDefaults instantiates a new GenCustomerFragment 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 *GenCustomerFragment) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *GenCustomerFragment) 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.
func (o *GenCustomerFragment) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *GenCustomerFragment) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *GenCustomerFragment) GetHsmKeyLabel() string
GetHsmKeyLabel returns the HsmKeyLabel field if non-nil, zero value otherwise.
func (o *GenCustomerFragment) GetHsmKeyLabelOk() (*string, bool)
GetHsmKeyLabelOk returns a tuple with the HsmKeyLabel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GenCustomerFragment) SetHsmKeyLabel(v string)
SetHsmKeyLabel sets HsmKeyLabel field to given value.
func (o *GenCustomerFragment) HasHsmKeyLabel() bool
HasHsmKeyLabel returns a boolean if a field has been set.
func (o *GenCustomerFragment) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *GenCustomerFragment) GetJsonOk() (*bool, bool)
GetJsonOk returns a tuple with the Json field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GenCustomerFragment) SetJson(v bool)
SetJson sets Json field to given value.
func (o *GenCustomerFragment) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *GenCustomerFragment) GetMetadata() string
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *GenCustomerFragment) GetMetadataOk() (*string, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GenCustomerFragment) SetMetadata(v string)
SetMetadata sets Metadata field to given value.
func (o *GenCustomerFragment) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *GenCustomerFragment) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *GenCustomerFragment) 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 *GenCustomerFragment) SetName(v string)
SetName sets Name field to given value.
func (o *GenCustomerFragment) HasName() bool
HasName returns a boolean if a field has been set.
func (o *GenCustomerFragment) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *GenCustomerFragment) 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 *GenCustomerFragment) SetType(v string)
SetType sets Type field to given value.
func (o *GenCustomerFragment) HasType() bool
HasType returns a boolean if a field has been set.