Name | Type | Description | Notes |
---|---|---|---|
AuditEnabled | Pointer to bool | [optional] | |
Format | Pointer to string | [optional] | |
NamespaceConfusionProtectionEnabled | Pointer to bool | [optional] | |
PolicyCompliantComponentSelectionEnabled | Pointer to bool | [optional] | |
PublicId | Pointer to string | [optional] | |
QuarantineEnabled | Pointer to bool | [optional] | |
RepositoryId | Pointer to string | [optional] | |
Type | Pointer to string | [optional] |
func NewApiRepositoryDTO() *ApiRepositoryDTO
NewApiRepositoryDTO instantiates a new ApiRepositoryDTO 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 NewApiRepositoryDTOWithDefaults() *ApiRepositoryDTO
NewApiRepositoryDTOWithDefaults instantiates a new ApiRepositoryDTO 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 *ApiRepositoryDTO) GetAuditEnabled() bool
GetAuditEnabled returns the AuditEnabled field if non-nil, zero value otherwise.
func (o *ApiRepositoryDTO) GetAuditEnabledOk() (*bool, bool)
GetAuditEnabledOk returns a tuple with the AuditEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiRepositoryDTO) SetAuditEnabled(v bool)
SetAuditEnabled sets AuditEnabled field to given value.
func (o *ApiRepositoryDTO) HasAuditEnabled() bool
HasAuditEnabled returns a boolean if a field has been set.
func (o *ApiRepositoryDTO) GetFormat() string
GetFormat returns the Format field if non-nil, zero value otherwise.
func (o *ApiRepositoryDTO) GetFormatOk() (*string, bool)
GetFormatOk returns a tuple with the Format field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiRepositoryDTO) SetFormat(v string)
SetFormat sets Format field to given value.
func (o *ApiRepositoryDTO) HasFormat() bool
HasFormat returns a boolean if a field has been set.
func (o *ApiRepositoryDTO) GetNamespaceConfusionProtectionEnabled() bool
GetNamespaceConfusionProtectionEnabled returns the NamespaceConfusionProtectionEnabled field if non-nil, zero value otherwise.
func (o *ApiRepositoryDTO) GetNamespaceConfusionProtectionEnabledOk() (*bool, bool)
GetNamespaceConfusionProtectionEnabledOk returns a tuple with the NamespaceConfusionProtectionEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiRepositoryDTO) SetNamespaceConfusionProtectionEnabled(v bool)
SetNamespaceConfusionProtectionEnabled sets NamespaceConfusionProtectionEnabled field to given value.
func (o *ApiRepositoryDTO) HasNamespaceConfusionProtectionEnabled() bool
HasNamespaceConfusionProtectionEnabled returns a boolean if a field has been set.
func (o *ApiRepositoryDTO) GetPolicyCompliantComponentSelectionEnabled() bool
GetPolicyCompliantComponentSelectionEnabled returns the PolicyCompliantComponentSelectionEnabled field if non-nil, zero value otherwise.
func (o *ApiRepositoryDTO) GetPolicyCompliantComponentSelectionEnabledOk() (*bool, bool)
GetPolicyCompliantComponentSelectionEnabledOk returns a tuple with the PolicyCompliantComponentSelectionEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiRepositoryDTO) SetPolicyCompliantComponentSelectionEnabled(v bool)
SetPolicyCompliantComponentSelectionEnabled sets PolicyCompliantComponentSelectionEnabled field to given value.
func (o *ApiRepositoryDTO) HasPolicyCompliantComponentSelectionEnabled() bool
HasPolicyCompliantComponentSelectionEnabled returns a boolean if a field has been set.
func (o *ApiRepositoryDTO) GetPublicId() string
GetPublicId returns the PublicId field if non-nil, zero value otherwise.
func (o *ApiRepositoryDTO) GetPublicIdOk() (*string, bool)
GetPublicIdOk returns a tuple with the PublicId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiRepositoryDTO) SetPublicId(v string)
SetPublicId sets PublicId field to given value.
func (o *ApiRepositoryDTO) HasPublicId() bool
HasPublicId returns a boolean if a field has been set.
func (o *ApiRepositoryDTO) GetQuarantineEnabled() bool
GetQuarantineEnabled returns the QuarantineEnabled field if non-nil, zero value otherwise.
func (o *ApiRepositoryDTO) GetQuarantineEnabledOk() (*bool, bool)
GetQuarantineEnabledOk returns a tuple with the QuarantineEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiRepositoryDTO) SetQuarantineEnabled(v bool)
SetQuarantineEnabled sets QuarantineEnabled field to given value.
func (o *ApiRepositoryDTO) HasQuarantineEnabled() bool
HasQuarantineEnabled returns a boolean if a field has been set.
func (o *ApiRepositoryDTO) GetRepositoryId() string
GetRepositoryId returns the RepositoryId field if non-nil, zero value otherwise.
func (o *ApiRepositoryDTO) GetRepositoryIdOk() (*string, bool)
GetRepositoryIdOk returns a tuple with the RepositoryId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiRepositoryDTO) SetRepositoryId(v string)
SetRepositoryId sets RepositoryId field to given value.
func (o *ApiRepositoryDTO) HasRepositoryId() bool
HasRepositoryId returns a boolean if a field has been set.
func (o *ApiRepositoryDTO) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ApiRepositoryDTO) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiRepositoryDTO) SetType(v string)
SetType sets Type field to given value.
func (o *ApiRepositoryDTO) HasType() bool
HasType returns a boolean if a field has been set.