| Name | Type | Description | Notes |
|---|---|---|---|
| Approvals | Pointer to ApprovalsCapabilityConfig | [optional] | |
| AuditLogEventsHook | Pointer to AuditLogEventsHookCapabilityConfigRep | [optional] |
func NewCapabilityConfigRep() *CapabilityConfigRep
NewCapabilityConfigRep instantiates a new CapabilityConfigRep 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 NewCapabilityConfigRepWithDefaults() *CapabilityConfigRep
NewCapabilityConfigRepWithDefaults instantiates a new CapabilityConfigRep 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 *CapabilityConfigRep) GetApprovals() ApprovalsCapabilityConfig
GetApprovals returns the Approvals field if non-nil, zero value otherwise.
func (o *CapabilityConfigRep) GetApprovalsOk() (*ApprovalsCapabilityConfig, bool)
GetApprovalsOk returns a tuple with the Approvals field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CapabilityConfigRep) SetApprovals(v ApprovalsCapabilityConfig)
SetApprovals sets Approvals field to given value.
func (o *CapabilityConfigRep) HasApprovals() bool
HasApprovals returns a boolean if a field has been set.
func (o *CapabilityConfigRep) GetAuditLogEventsHook() AuditLogEventsHookCapabilityConfigRep
GetAuditLogEventsHook returns the AuditLogEventsHook field if non-nil, zero value otherwise.
func (o *CapabilityConfigRep) GetAuditLogEventsHookOk() (*AuditLogEventsHookCapabilityConfigRep, bool)
GetAuditLogEventsHookOk returns a tuple with the AuditLogEventsHook field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CapabilityConfigRep) SetAuditLogEventsHook(v AuditLogEventsHookCapabilityConfigRep)
SetAuditLogEventsHook sets AuditLogEventsHook field to given value.
func (o *CapabilityConfigRep) HasAuditLogEventsHook() bool
HasAuditLogEventsHook returns a boolean if a field has been set.