Name | Type | Description | Notes |
---|---|---|---|
CreatedAt | Pointer to time.Time | [optional] | |
Description | Pointer to string | [optional] | |
State | Pointer to string | [optional] | |
Type | Pointer to string | [optional] | |
UpdatedAt | Pointer to time.Time | [optional] |
func NewServiceCredentialBindingLastOperation() *ServiceCredentialBindingLastOperation
NewServiceCredentialBindingLastOperation instantiates a new ServiceCredentialBindingLastOperation 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 NewServiceCredentialBindingLastOperationWithDefaults() *ServiceCredentialBindingLastOperation
NewServiceCredentialBindingLastOperationWithDefaults instantiates a new ServiceCredentialBindingLastOperation 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 *ServiceCredentialBindingLastOperation) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *ServiceCredentialBindingLastOperation) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceCredentialBindingLastOperation) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *ServiceCredentialBindingLastOperation) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *ServiceCredentialBindingLastOperation) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ServiceCredentialBindingLastOperation) 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 *ServiceCredentialBindingLastOperation) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ServiceCredentialBindingLastOperation) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ServiceCredentialBindingLastOperation) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
func (o *ServiceCredentialBindingLastOperation) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceCredentialBindingLastOperation) SetState(v string)
SetState sets State field to given value.
func (o *ServiceCredentialBindingLastOperation) HasState() bool
HasState returns a boolean if a field has been set.
func (o *ServiceCredentialBindingLastOperation) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ServiceCredentialBindingLastOperation) 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 *ServiceCredentialBindingLastOperation) SetType(v string)
SetType sets Type field to given value.
func (o *ServiceCredentialBindingLastOperation) HasType() bool
HasType returns a boolean if a field has been set.
func (o *ServiceCredentialBindingLastOperation) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *ServiceCredentialBindingLastOperation) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceCredentialBindingLastOperation) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *ServiceCredentialBindingLastOperation) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.