Skip to content

Files

Latest commit

e86f101 · Nov 15, 2024

History

History
160 lines (87 loc) · 4.81 KB

ServiceCredentialBindingLastOperation.md

File metadata and controls

160 lines (87 loc) · 4.81 KB

ServiceCredentialBindingLastOperation

Properties

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]

Methods

NewServiceCredentialBindingLastOperation

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

NewServiceCredentialBindingLastOperationWithDefaults

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

GetCreatedAt

func (o *ServiceCredentialBindingLastOperation) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

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.

SetCreatedAt

func (o *ServiceCredentialBindingLastOperation) SetCreatedAt(v time.Time)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *ServiceCredentialBindingLastOperation) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

GetDescription

func (o *ServiceCredentialBindingLastOperation) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *ServiceCredentialBindingLastOperation) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *ServiceCredentialBindingLastOperation) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetState

func (o *ServiceCredentialBindingLastOperation) GetState() string

GetState returns the State field if non-nil, zero value otherwise.

GetStateOk

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.

SetState

func (o *ServiceCredentialBindingLastOperation) SetState(v string)

SetState sets State field to given value.

HasState

func (o *ServiceCredentialBindingLastOperation) HasState() bool

HasState returns a boolean if a field has been set.

GetType

func (o *ServiceCredentialBindingLastOperation) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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.

SetType

func (o *ServiceCredentialBindingLastOperation) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *ServiceCredentialBindingLastOperation) HasType() bool

HasType returns a boolean if a field has been set.

GetUpdatedAt

func (o *ServiceCredentialBindingLastOperation) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.

GetUpdatedAtOk

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.

SetUpdatedAt

func (o *ServiceCredentialBindingLastOperation) SetUpdatedAt(v time.Time)

SetUpdatedAt sets UpdatedAt field to given value.

HasUpdatedAt

func (o *ServiceCredentialBindingLastOperation) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]