Skip to content

Latest commit

 

History

History
124 lines (67 loc) · 3.62 KB

ManagedClientStatus.md

File metadata and controls

124 lines (67 loc) · 3.62 KB

ManagedClientStatus

Properties

Name Type Description Notes
Body map[string]interface{} ManagedClientStatus body information
Status ManagedClientStatusCode
Type NullableManagedClientType
Timestamp time.Time timestamp on the Client Status update

Methods

NewManagedClientStatus

func NewManagedClientStatus(body map[string]interface{}, status ManagedClientStatusCode, type_ NullableManagedClientType, timestamp time.Time, ) *ManagedClientStatus

NewManagedClientStatus instantiates a new ManagedClientStatus 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

NewManagedClientStatusWithDefaults

func NewManagedClientStatusWithDefaults() *ManagedClientStatus

NewManagedClientStatusWithDefaults instantiates a new ManagedClientStatus 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

GetBody

func (o *ManagedClientStatus) GetBody() map[string]interface{}

GetBody returns the Body field if non-nil, zero value otherwise.

GetBodyOk

func (o *ManagedClientStatus) GetBodyOk() (*map[string]interface{}, bool)

GetBodyOk returns a tuple with the Body field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetBody

func (o *ManagedClientStatus) SetBody(v map[string]interface{})

SetBody sets Body field to given value.

GetStatus

func (o *ManagedClientStatus) GetStatus() ManagedClientStatusCode

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *ManagedClientStatus) GetStatusOk() (*ManagedClientStatusCode, bool)

GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStatus

func (o *ManagedClientStatus) SetStatus(v ManagedClientStatusCode)

SetStatus sets Status field to given value.

GetType

func (o *ManagedClientStatus) GetType() ManagedClientType

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

GetTypeOk

func (o *ManagedClientStatus) GetTypeOk() (*ManagedClientType, 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 *ManagedClientStatus) SetType(v ManagedClientType)

SetType sets Type field to given value.

SetTypeNil

func (o *ManagedClientStatus) SetTypeNil(b bool)

SetTypeNil sets the value for Type to be an explicit nil

UnsetType

func (o *ManagedClientStatus) UnsetType()

UnsetType ensures that no value is present for Type, not even an explicit nil

GetTimestamp

func (o *ManagedClientStatus) GetTimestamp() time.Time

GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.

GetTimestampOk

func (o *ManagedClientStatus) GetTimestampOk() (*time.Time, bool)

GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTimestamp

func (o *ManagedClientStatus) SetTimestamp(v time.Time)

SetTimestamp sets Timestamp field to given value.

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