Name | Type | Description | Notes |
---|---|---|---|
AccessDate | Pointer to time.Time | [optional] | |
AccessDateDisplay | Pointer to string | [optional] | |
CertificateVersionInfo | Pointer to CertificateVersionInfo | [optional] | |
CreationDate | Pointer to time.Time | [optional] | |
CustomerFragmentId | Pointer to string | [optional] | |
DeletionDate | Pointer to time.Time | [optional] | |
ItemVersionState | Pointer to string | ItemState defines the different states an Item can be in | [optional] |
LatestVersion | Pointer to bool | [optional] | |
ModificationDate | Pointer to time.Time | [optional] | |
ProtectionKeyName | Pointer to string | [optional] | |
TargetName | Pointer to string | [optional] | |
Version | Pointer to int32 | [optional] | |
WithCustomerFragment | Pointer to bool | [optional] |
func NewTargetItemVersion() *TargetItemVersion
NewTargetItemVersion instantiates a new TargetItemVersion 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 NewTargetItemVersionWithDefaults() *TargetItemVersion
NewTargetItemVersionWithDefaults instantiates a new TargetItemVersion 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 *TargetItemVersion) GetAccessDate() time.Time
GetAccessDate returns the AccessDate field if non-nil, zero value otherwise.
func (o *TargetItemVersion) GetAccessDateOk() (*time.Time, bool)
GetAccessDateOk returns a tuple with the AccessDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetItemVersion) SetAccessDate(v time.Time)
SetAccessDate sets AccessDate field to given value.
func (o *TargetItemVersion) HasAccessDate() bool
HasAccessDate returns a boolean if a field has been set.
func (o *TargetItemVersion) GetAccessDateDisplay() string
GetAccessDateDisplay returns the AccessDateDisplay field if non-nil, zero value otherwise.
func (o *TargetItemVersion) GetAccessDateDisplayOk() (*string, bool)
GetAccessDateDisplayOk returns a tuple with the AccessDateDisplay field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetItemVersion) SetAccessDateDisplay(v string)
SetAccessDateDisplay sets AccessDateDisplay field to given value.
func (o *TargetItemVersion) HasAccessDateDisplay() bool
HasAccessDateDisplay returns a boolean if a field has been set.
func (o *TargetItemVersion) GetCertificateVersionInfo() CertificateVersionInfo
GetCertificateVersionInfo returns the CertificateVersionInfo field if non-nil, zero value otherwise.
func (o *TargetItemVersion) GetCertificateVersionInfoOk() (*CertificateVersionInfo, bool)
GetCertificateVersionInfoOk returns a tuple with the CertificateVersionInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetItemVersion) SetCertificateVersionInfo(v CertificateVersionInfo)
SetCertificateVersionInfo sets CertificateVersionInfo field to given value.
func (o *TargetItemVersion) HasCertificateVersionInfo() bool
HasCertificateVersionInfo returns a boolean if a field has been set.
func (o *TargetItemVersion) GetCreationDate() time.Time
GetCreationDate returns the CreationDate field if non-nil, zero value otherwise.
func (o *TargetItemVersion) GetCreationDateOk() (*time.Time, bool)
GetCreationDateOk returns a tuple with the CreationDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetItemVersion) SetCreationDate(v time.Time)
SetCreationDate sets CreationDate field to given value.
func (o *TargetItemVersion) HasCreationDate() bool
HasCreationDate returns a boolean if a field has been set.
func (o *TargetItemVersion) GetCustomerFragmentId() string
GetCustomerFragmentId returns the CustomerFragmentId field if non-nil, zero value otherwise.
func (o *TargetItemVersion) GetCustomerFragmentIdOk() (*string, bool)
GetCustomerFragmentIdOk returns a tuple with the CustomerFragmentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetItemVersion) SetCustomerFragmentId(v string)
SetCustomerFragmentId sets CustomerFragmentId field to given value.
func (o *TargetItemVersion) HasCustomerFragmentId() bool
HasCustomerFragmentId returns a boolean if a field has been set.
func (o *TargetItemVersion) GetDeletionDate() time.Time
GetDeletionDate returns the DeletionDate field if non-nil, zero value otherwise.
func (o *TargetItemVersion) GetDeletionDateOk() (*time.Time, bool)
GetDeletionDateOk returns a tuple with the DeletionDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetItemVersion) SetDeletionDate(v time.Time)
SetDeletionDate sets DeletionDate field to given value.
func (o *TargetItemVersion) HasDeletionDate() bool
HasDeletionDate returns a boolean if a field has been set.
func (o *TargetItemVersion) GetItemVersionState() string
GetItemVersionState returns the ItemVersionState field if non-nil, zero value otherwise.
func (o *TargetItemVersion) GetItemVersionStateOk() (*string, bool)
GetItemVersionStateOk returns a tuple with the ItemVersionState field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetItemVersion) SetItemVersionState(v string)
SetItemVersionState sets ItemVersionState field to given value.
func (o *TargetItemVersion) HasItemVersionState() bool
HasItemVersionState returns a boolean if a field has been set.
func (o *TargetItemVersion) GetLatestVersion() bool
GetLatestVersion returns the LatestVersion field if non-nil, zero value otherwise.
func (o *TargetItemVersion) GetLatestVersionOk() (*bool, bool)
GetLatestVersionOk returns a tuple with the LatestVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetItemVersion) SetLatestVersion(v bool)
SetLatestVersion sets LatestVersion field to given value.
func (o *TargetItemVersion) HasLatestVersion() bool
HasLatestVersion returns a boolean if a field has been set.
func (o *TargetItemVersion) GetModificationDate() time.Time
GetModificationDate returns the ModificationDate field if non-nil, zero value otherwise.
func (o *TargetItemVersion) GetModificationDateOk() (*time.Time, bool)
GetModificationDateOk returns a tuple with the ModificationDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetItemVersion) SetModificationDate(v time.Time)
SetModificationDate sets ModificationDate field to given value.
func (o *TargetItemVersion) HasModificationDate() bool
HasModificationDate returns a boolean if a field has been set.
func (o *TargetItemVersion) GetProtectionKeyName() string
GetProtectionKeyName returns the ProtectionKeyName field if non-nil, zero value otherwise.
func (o *TargetItemVersion) GetProtectionKeyNameOk() (*string, bool)
GetProtectionKeyNameOk returns a tuple with the ProtectionKeyName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetItemVersion) SetProtectionKeyName(v string)
SetProtectionKeyName sets ProtectionKeyName field to given value.
func (o *TargetItemVersion) HasProtectionKeyName() bool
HasProtectionKeyName returns a boolean if a field has been set.
func (o *TargetItemVersion) GetTargetName() string
GetTargetName returns the TargetName field if non-nil, zero value otherwise.
func (o *TargetItemVersion) GetTargetNameOk() (*string, bool)
GetTargetNameOk returns a tuple with the TargetName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetItemVersion) SetTargetName(v string)
SetTargetName sets TargetName field to given value.
func (o *TargetItemVersion) HasTargetName() bool
HasTargetName returns a boolean if a field has been set.
func (o *TargetItemVersion) GetVersion() int32
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *TargetItemVersion) GetVersionOk() (*int32, 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 *TargetItemVersion) SetVersion(v int32)
SetVersion sets Version field to given value.
func (o *TargetItemVersion) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *TargetItemVersion) GetWithCustomerFragment() bool
GetWithCustomerFragment returns the WithCustomerFragment field if non-nil, zero value otherwise.
func (o *TargetItemVersion) GetWithCustomerFragmentOk() (*bool, bool)
GetWithCustomerFragmentOk returns a tuple with the WithCustomerFragment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetItemVersion) SetWithCustomerFragment(v bool)
SetWithCustomerFragment sets WithCustomerFragment field to given value.
func (o *TargetItemVersion) HasWithCustomerFragment() bool
HasWithCustomerFragment returns a boolean if a field has been set.