| Name | Type | Description | Notes |
|---|---|---|---|
| Actions | Pointer to []string | [optional] | |
| ExpireAt | Pointer to int64 | [optional] | |
| LockedBy | Pointer to string | [optional] | |
| UniqueIdentifier | Pointer to string | [optional] |
func NewLockingInfo() *LockingInfo
NewLockingInfo instantiates a new LockingInfo 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 NewLockingInfoWithDefaults() *LockingInfo
NewLockingInfoWithDefaults instantiates a new LockingInfo 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 *LockingInfo) GetActions() []string
GetActions returns the Actions field if non-nil, zero value otherwise.
func (o *LockingInfo) GetActionsOk() (*[]string, bool)
GetActionsOk returns a tuple with the Actions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LockingInfo) SetActions(v []string)
SetActions sets Actions field to given value.
func (o *LockingInfo) HasActions() bool
HasActions returns a boolean if a field has been set.
func (o *LockingInfo) GetExpireAt() int64
GetExpireAt returns the ExpireAt field if non-nil, zero value otherwise.
func (o *LockingInfo) GetExpireAtOk() (*int64, bool)
GetExpireAtOk returns a tuple with the ExpireAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LockingInfo) SetExpireAt(v int64)
SetExpireAt sets ExpireAt field to given value.
func (o *LockingInfo) HasExpireAt() bool
HasExpireAt returns a boolean if a field has been set.
func (o *LockingInfo) GetLockedBy() string
GetLockedBy returns the LockedBy field if non-nil, zero value otherwise.
func (o *LockingInfo) GetLockedByOk() (*string, bool)
GetLockedByOk returns a tuple with the LockedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LockingInfo) SetLockedBy(v string)
SetLockedBy sets LockedBy field to given value.
func (o *LockingInfo) HasLockedBy() bool
HasLockedBy returns a boolean if a field has been set.
func (o *LockingInfo) GetUniqueIdentifier() string
GetUniqueIdentifier returns the UniqueIdentifier field if non-nil, zero value otherwise.
func (o *LockingInfo) GetUniqueIdentifierOk() (*string, bool)
GetUniqueIdentifierOk returns a tuple with the UniqueIdentifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LockingInfo) SetUniqueIdentifier(v string)
SetUniqueIdentifier sets UniqueIdentifier field to given value.
func (o *LockingInfo) HasUniqueIdentifier() bool
HasUniqueIdentifier returns a boolean if a field has been set.