| Name | Type | Description | Notes |
|---|---|---|---|
| Approvals | Pointer to ApprovalsCapabilityConfig | [optional] | |
| AuditLogEventsHook | Pointer to AuditLogEventsHookCapabilityConfigPost | [optional] |
func NewCapabilityConfigPost() *CapabilityConfigPost
NewCapabilityConfigPost instantiates a new CapabilityConfigPost 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 NewCapabilityConfigPostWithDefaults() *CapabilityConfigPost
NewCapabilityConfigPostWithDefaults instantiates a new CapabilityConfigPost 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 *CapabilityConfigPost) GetApprovals() ApprovalsCapabilityConfig
GetApprovals returns the Approvals field if non-nil, zero value otherwise.
func (o *CapabilityConfigPost) 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 *CapabilityConfigPost) SetApprovals(v ApprovalsCapabilityConfig)
SetApprovals sets Approvals field to given value.
func (o *CapabilityConfigPost) HasApprovals() bool
HasApprovals returns a boolean if a field has been set.
func (o *CapabilityConfigPost) GetAuditLogEventsHook() AuditLogEventsHookCapabilityConfigPost
GetAuditLogEventsHook returns the AuditLogEventsHook field if non-nil, zero value otherwise.
func (o *CapabilityConfigPost) GetAuditLogEventsHookOk() (*AuditLogEventsHookCapabilityConfigPost, 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 *CapabilityConfigPost) SetAuditLogEventsHook(v AuditLogEventsHookCapabilityConfigPost)
SetAuditLogEventsHook sets AuditLogEventsHook field to given value.
func (o *CapabilityConfigPost) HasAuditLogEventsHook() bool
HasAuditLogEventsHook returns a boolean if a field has been set.