Skip to content

Latest commit

 

History

History
198 lines (105 loc) · 5.7 KB

File metadata and controls

198 lines (105 loc) · 5.7 KB

CreateMonitoringClient200Response

Properties

Name Type Description Notes
Created time.Time
CreatedBy string
CreatedByName string
LastUsed time.Time
Name string
Username string
Uuid string
Password string

Methods

NewCreateMonitoringClient200Response

func NewCreateMonitoringClient200Response(created time.Time, createdBy string, createdByName string, lastUsed time.Time, name string, username string, uuid string, password string, ) *CreateMonitoringClient200Response

NewCreateMonitoringClient200Response instantiates a new CreateMonitoringClient200Response 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

NewCreateMonitoringClient200ResponseWithDefaults

func NewCreateMonitoringClient200ResponseWithDefaults() *CreateMonitoringClient200Response

NewCreateMonitoringClient200ResponseWithDefaults instantiates a new CreateMonitoringClient200Response 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

GetCreated

func (o *CreateMonitoringClient200Response) GetCreated() time.Time

GetCreated returns the Created field if non-nil, zero value otherwise.

GetCreatedOk

func (o *CreateMonitoringClient200Response) GetCreatedOk() (*time.Time, bool)

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

SetCreated

func (o *CreateMonitoringClient200Response) SetCreated(v time.Time)

SetCreated sets Created field to given value.

GetCreatedBy

func (o *CreateMonitoringClient200Response) GetCreatedBy() string

GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.

GetCreatedByOk

func (o *CreateMonitoringClient200Response) GetCreatedByOk() (*string, bool)

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

SetCreatedBy

func (o *CreateMonitoringClient200Response) SetCreatedBy(v string)

SetCreatedBy sets CreatedBy field to given value.

GetCreatedByName

func (o *CreateMonitoringClient200Response) GetCreatedByName() string

GetCreatedByName returns the CreatedByName field if non-nil, zero value otherwise.

GetCreatedByNameOk

func (o *CreateMonitoringClient200Response) GetCreatedByNameOk() (*string, bool)

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

SetCreatedByName

func (o *CreateMonitoringClient200Response) SetCreatedByName(v string)

SetCreatedByName sets CreatedByName field to given value.

GetLastUsed

func (o *CreateMonitoringClient200Response) GetLastUsed() time.Time

GetLastUsed returns the LastUsed field if non-nil, zero value otherwise.

GetLastUsedOk

func (o *CreateMonitoringClient200Response) GetLastUsedOk() (*time.Time, bool)

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

SetLastUsed

func (o *CreateMonitoringClient200Response) SetLastUsed(v time.Time)

SetLastUsed sets LastUsed field to given value.

GetName

func (o *CreateMonitoringClient200Response) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *CreateMonitoringClient200Response) GetNameOk() (*string, bool)

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

SetName

func (o *CreateMonitoringClient200Response) SetName(v string)

SetName sets Name field to given value.

GetUsername

func (o *CreateMonitoringClient200Response) GetUsername() string

GetUsername returns the Username field if non-nil, zero value otherwise.

GetUsernameOk

func (o *CreateMonitoringClient200Response) GetUsernameOk() (*string, bool)

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

SetUsername

func (o *CreateMonitoringClient200Response) SetUsername(v string)

SetUsername sets Username field to given value.

GetUuid

func (o *CreateMonitoringClient200Response) GetUuid() string

GetUuid returns the Uuid field if non-nil, zero value otherwise.

GetUuidOk

func (o *CreateMonitoringClient200Response) GetUuidOk() (*string, bool)

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

SetUuid

func (o *CreateMonitoringClient200Response) SetUuid(v string)

SetUuid sets Uuid field to given value.

GetPassword

func (o *CreateMonitoringClient200Response) GetPassword() string

GetPassword returns the Password field if non-nil, zero value otherwise.

GetPasswordOk

func (o *CreateMonitoringClient200Response) GetPasswordOk() (*string, bool)

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

SetPassword

func (o *CreateMonitoringClient200Response) SetPassword(v string)

SetPassword sets Password field to given value.

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