| Name | Type | Description | Notes |
|---|---|---|---|
| Status | ArgoCdConnectionStatusEnum | ||
| AppCount | Pointer to int32 | Number of ArgoCD applications visible with the provided token. Present only when status is "connected". | [optional] |
| Reason | Pointer to string | Failure reason. Present only when status is "error". | [optional] |
func NewArgoCdConnectionCheckResponse(status ArgoCdConnectionStatusEnum, ) *ArgoCdConnectionCheckResponse
NewArgoCdConnectionCheckResponse instantiates a new ArgoCdConnectionCheckResponse 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 NewArgoCdConnectionCheckResponseWithDefaults() *ArgoCdConnectionCheckResponse
NewArgoCdConnectionCheckResponseWithDefaults instantiates a new ArgoCdConnectionCheckResponse 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 *ArgoCdConnectionCheckResponse) GetStatus() ArgoCdConnectionStatusEnum
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *ArgoCdConnectionCheckResponse) GetStatusOk() (*ArgoCdConnectionStatusEnum, 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.
func (o *ArgoCdConnectionCheckResponse) SetStatus(v ArgoCdConnectionStatusEnum)
SetStatus sets Status field to given value.
func (o *ArgoCdConnectionCheckResponse) GetAppCount() int32
GetAppCount returns the AppCount field if non-nil, zero value otherwise.
func (o *ArgoCdConnectionCheckResponse) GetAppCountOk() (*int32, bool)
GetAppCountOk returns a tuple with the AppCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ArgoCdConnectionCheckResponse) SetAppCount(v int32)
SetAppCount sets AppCount field to given value.
func (o *ArgoCdConnectionCheckResponse) HasAppCount() bool
HasAppCount returns a boolean if a field has been set.
func (o *ArgoCdConnectionCheckResponse) GetReason() string
GetReason returns the Reason field if non-nil, zero value otherwise.
func (o *ArgoCdConnectionCheckResponse) GetReasonOk() (*string, bool)
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ArgoCdConnectionCheckResponse) SetReason(v string)
SetReason sets Reason field to given value.
func (o *ArgoCdConnectionCheckResponse) HasReason() bool
HasReason returns a boolean if a field has been set.