| Name | Type | Description | Notes |
|---|---|---|---|
| Created | time.Time | ||
| CreatedBy | string | ||
| CreatedByName | string | ||
| LastUsed | time.Time | ||
| Name | string | ||
| Username | string | ||
| Uuid | string | ||
| Password | string |
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
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
func (o *CreateMonitoringClient200Response) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
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.
func (o *CreateMonitoringClient200Response) SetCreated(v time.Time)
SetCreated sets Created field to given value.
func (o *CreateMonitoringClient200Response) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
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.
func (o *CreateMonitoringClient200Response) SetCreatedBy(v string)
SetCreatedBy sets CreatedBy field to given value.
func (o *CreateMonitoringClient200Response) GetCreatedByName() string
GetCreatedByName returns the CreatedByName field if non-nil, zero value otherwise.
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.
func (o *CreateMonitoringClient200Response) SetCreatedByName(v string)
SetCreatedByName sets CreatedByName field to given value.
func (o *CreateMonitoringClient200Response) GetLastUsed() time.Time
GetLastUsed returns the LastUsed field if non-nil, zero value otherwise.
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.
func (o *CreateMonitoringClient200Response) SetLastUsed(v time.Time)
SetLastUsed sets LastUsed field to given value.
func (o *CreateMonitoringClient200Response) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *CreateMonitoringClient200Response) SetName(v string)
SetName sets Name field to given value.
func (o *CreateMonitoringClient200Response) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
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.
func (o *CreateMonitoringClient200Response) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *CreateMonitoringClient200Response) GetUuid() string
GetUuid returns the Uuid field if non-nil, zero value otherwise.
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.
func (o *CreateMonitoringClient200Response) SetUuid(v string)
SetUuid sets Uuid field to given value.
func (o *CreateMonitoringClient200Response) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
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.
func (o *CreateMonitoringClient200Response) SetPassword(v string)
SetPassword sets Password field to given value.