Name | Type | Description | Notes |
---|---|---|---|
AccountId | Pointer to int32 | [optional] | |
ConfigCheckType | Pointer to string | [optional] | |
Notify | Pointer to bool | Caller sets to false if wants to suppress notification. | [optional] |
func NewTypesConfigCheckRequest() *TypesConfigCheckRequest
NewTypesConfigCheckRequest instantiates a new TypesConfigCheckRequest 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 NewTypesConfigCheckRequestWithDefaults() *TypesConfigCheckRequest
NewTypesConfigCheckRequestWithDefaults instantiates a new TypesConfigCheckRequest 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 *TypesConfigCheckRequest) GetAccountId() int32
GetAccountId returns the AccountId field if non-nil, zero value otherwise.
func (o *TypesConfigCheckRequest) GetAccountIdOk() (*int32, bool)
GetAccountIdOk returns a tuple with the AccountId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TypesConfigCheckRequest) SetAccountId(v int32)
SetAccountId sets AccountId field to given value.
func (o *TypesConfigCheckRequest) HasAccountId() bool
HasAccountId returns a boolean if a field has been set.
func (o *TypesConfigCheckRequest) GetConfigCheckType() string
GetConfigCheckType returns the ConfigCheckType field if non-nil, zero value otherwise.
func (o *TypesConfigCheckRequest) GetConfigCheckTypeOk() (*string, bool)
GetConfigCheckTypeOk returns a tuple with the ConfigCheckType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TypesConfigCheckRequest) SetConfigCheckType(v string)
SetConfigCheckType sets ConfigCheckType field to given value.
func (o *TypesConfigCheckRequest) HasConfigCheckType() bool
HasConfigCheckType returns a boolean if a field has been set.
func (o *TypesConfigCheckRequest) GetNotify() bool
GetNotify returns the Notify field if non-nil, zero value otherwise.
func (o *TypesConfigCheckRequest) GetNotifyOk() (*bool, bool)
GetNotifyOk returns a tuple with the Notify field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TypesConfigCheckRequest) SetNotify(v bool)
SetNotify sets Notify field to given value.
func (o *TypesConfigCheckRequest) HasNotify() bool
HasNotify returns a boolean if a field has been set.