Name | Type | Description | Notes |
---|---|---|---|
AllowChange | Pointer to bool | [optional] | |
AllowOverride | Pointer to bool | [optional] | |
Enabled | Pointer to bool | [optional] | |
InheritedFromOrgEnabled | Pointer to bool | [optional] | |
InheritedFromOrganizationId | Pointer to string | [optional] | |
InheritedFromOrganizationName | Pointer to string | [optional] |
func NewApiArtifactoryConnectionStatusResponseDTO() *ApiArtifactoryConnectionStatusResponseDTO
NewApiArtifactoryConnectionStatusResponseDTO instantiates a new ApiArtifactoryConnectionStatusResponseDTO 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 NewApiArtifactoryConnectionStatusResponseDTOWithDefaults() *ApiArtifactoryConnectionStatusResponseDTO
NewApiArtifactoryConnectionStatusResponseDTOWithDefaults instantiates a new ApiArtifactoryConnectionStatusResponseDTO 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 *ApiArtifactoryConnectionStatusResponseDTO) GetAllowChange() bool
GetAllowChange returns the AllowChange field if non-nil, zero value otherwise.
func (o *ApiArtifactoryConnectionStatusResponseDTO) GetAllowChangeOk() (*bool, bool)
GetAllowChangeOk returns a tuple with the AllowChange field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiArtifactoryConnectionStatusResponseDTO) SetAllowChange(v bool)
SetAllowChange sets AllowChange field to given value.
func (o *ApiArtifactoryConnectionStatusResponseDTO) HasAllowChange() bool
HasAllowChange returns a boolean if a field has been set.
func (o *ApiArtifactoryConnectionStatusResponseDTO) GetAllowOverride() bool
GetAllowOverride returns the AllowOverride field if non-nil, zero value otherwise.
func (o *ApiArtifactoryConnectionStatusResponseDTO) GetAllowOverrideOk() (*bool, bool)
GetAllowOverrideOk returns a tuple with the AllowOverride field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiArtifactoryConnectionStatusResponseDTO) SetAllowOverride(v bool)
SetAllowOverride sets AllowOverride field to given value.
func (o *ApiArtifactoryConnectionStatusResponseDTO) HasAllowOverride() bool
HasAllowOverride returns a boolean if a field has been set.
func (o *ApiArtifactoryConnectionStatusResponseDTO) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *ApiArtifactoryConnectionStatusResponseDTO) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiArtifactoryConnectionStatusResponseDTO) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *ApiArtifactoryConnectionStatusResponseDTO) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *ApiArtifactoryConnectionStatusResponseDTO) GetInheritedFromOrgEnabled() bool
GetInheritedFromOrgEnabled returns the InheritedFromOrgEnabled field if non-nil, zero value otherwise.
func (o *ApiArtifactoryConnectionStatusResponseDTO) GetInheritedFromOrgEnabledOk() (*bool, bool)
GetInheritedFromOrgEnabledOk returns a tuple with the InheritedFromOrgEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiArtifactoryConnectionStatusResponseDTO) SetInheritedFromOrgEnabled(v bool)
SetInheritedFromOrgEnabled sets InheritedFromOrgEnabled field to given value.
func (o *ApiArtifactoryConnectionStatusResponseDTO) HasInheritedFromOrgEnabled() bool
HasInheritedFromOrgEnabled returns a boolean if a field has been set.
func (o *ApiArtifactoryConnectionStatusResponseDTO) GetInheritedFromOrganizationId() string
GetInheritedFromOrganizationId returns the InheritedFromOrganizationId field if non-nil, zero value otherwise.
func (o *ApiArtifactoryConnectionStatusResponseDTO) GetInheritedFromOrganizationIdOk() (*string, bool)
GetInheritedFromOrganizationIdOk returns a tuple with the InheritedFromOrganizationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiArtifactoryConnectionStatusResponseDTO) SetInheritedFromOrganizationId(v string)
SetInheritedFromOrganizationId sets InheritedFromOrganizationId field to given value.
func (o *ApiArtifactoryConnectionStatusResponseDTO) HasInheritedFromOrganizationId() bool
HasInheritedFromOrganizationId returns a boolean if a field has been set.
func (o *ApiArtifactoryConnectionStatusResponseDTO) GetInheritedFromOrganizationName() string
GetInheritedFromOrganizationName returns the InheritedFromOrganizationName field if non-nil, zero value otherwise.
func (o *ApiArtifactoryConnectionStatusResponseDTO) GetInheritedFromOrganizationNameOk() (*string, bool)
GetInheritedFromOrganizationNameOk returns a tuple with the InheritedFromOrganizationName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiArtifactoryConnectionStatusResponseDTO) SetInheritedFromOrganizationName(v string)
SetInheritedFromOrganizationName sets InheritedFromOrganizationName field to given value.
func (o *ApiArtifactoryConnectionStatusResponseDTO) HasInheritedFromOrganizationName() bool
HasInheritedFromOrganizationName returns a boolean if a field has been set.