Name | Type | Description | Notes |
---|---|---|---|
ConfigurationComplete | Pointer to ValidationResult | [optional] | |
RepoPrivate | Pointer to ValidationResult | [optional] | |
RepoPublic | Pointer to ValidationResult | [optional] | |
SshConfiguration | Pointer to ValidationResult | [optional] | |
TokenPermissions | Pointer to ValidationResult | [optional] |
func NewConfigurationValidationResult() *ConfigurationValidationResult
NewConfigurationValidationResult instantiates a new ConfigurationValidationResult 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 NewConfigurationValidationResultWithDefaults() *ConfigurationValidationResult
NewConfigurationValidationResultWithDefaults instantiates a new ConfigurationValidationResult 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 *ConfigurationValidationResult) GetConfigurationComplete() ValidationResult
GetConfigurationComplete returns the ConfigurationComplete field if non-nil, zero value otherwise.
func (o *ConfigurationValidationResult) GetConfigurationCompleteOk() (*ValidationResult, bool)
GetConfigurationCompleteOk returns a tuple with the ConfigurationComplete field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigurationValidationResult) SetConfigurationComplete(v ValidationResult)
SetConfigurationComplete sets ConfigurationComplete field to given value.
func (o *ConfigurationValidationResult) HasConfigurationComplete() bool
HasConfigurationComplete returns a boolean if a field has been set.
func (o *ConfigurationValidationResult) GetRepoPrivate() ValidationResult
GetRepoPrivate returns the RepoPrivate field if non-nil, zero value otherwise.
func (o *ConfigurationValidationResult) GetRepoPrivateOk() (*ValidationResult, bool)
GetRepoPrivateOk returns a tuple with the RepoPrivate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigurationValidationResult) SetRepoPrivate(v ValidationResult)
SetRepoPrivate sets RepoPrivate field to given value.
func (o *ConfigurationValidationResult) HasRepoPrivate() bool
HasRepoPrivate returns a boolean if a field has been set.
func (o *ConfigurationValidationResult) GetRepoPublic() ValidationResult
GetRepoPublic returns the RepoPublic field if non-nil, zero value otherwise.
func (o *ConfigurationValidationResult) GetRepoPublicOk() (*ValidationResult, bool)
GetRepoPublicOk returns a tuple with the RepoPublic field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigurationValidationResult) SetRepoPublic(v ValidationResult)
SetRepoPublic sets RepoPublic field to given value.
func (o *ConfigurationValidationResult) HasRepoPublic() bool
HasRepoPublic returns a boolean if a field has been set.
func (o *ConfigurationValidationResult) GetSshConfiguration() ValidationResult
GetSshConfiguration returns the SshConfiguration field if non-nil, zero value otherwise.
func (o *ConfigurationValidationResult) GetSshConfigurationOk() (*ValidationResult, bool)
GetSshConfigurationOk returns a tuple with the SshConfiguration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigurationValidationResult) SetSshConfiguration(v ValidationResult)
SetSshConfiguration sets SshConfiguration field to given value.
func (o *ConfigurationValidationResult) HasSshConfiguration() bool
HasSshConfiguration returns a boolean if a field has been set.
func (o *ConfigurationValidationResult) GetTokenPermissions() ValidationResult
GetTokenPermissions returns the TokenPermissions field if non-nil, zero value otherwise.
func (o *ConfigurationValidationResult) GetTokenPermissionsOk() (*ValidationResult, bool)
GetTokenPermissionsOk returns a tuple with the TokenPermissions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigurationValidationResult) SetTokenPermissions(v ValidationResult)
SetTokenPermissions sets TokenPermissions field to given value.
func (o *ConfigurationValidationResult) HasTokenPermissions() bool
HasTokenPermissions returns a boolean if a field has been set.