| Name | Type | Description | Notes |
|---|---|---|---|
| Statements | Pointer to []StatementPost | [optional] |
func NewAuditLogEventsHookCapabilityConfigPost() *AuditLogEventsHookCapabilityConfigPost
NewAuditLogEventsHookCapabilityConfigPost instantiates a new AuditLogEventsHookCapabilityConfigPost 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 NewAuditLogEventsHookCapabilityConfigPostWithDefaults() *AuditLogEventsHookCapabilityConfigPost
NewAuditLogEventsHookCapabilityConfigPostWithDefaults instantiates a new AuditLogEventsHookCapabilityConfigPost 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 *AuditLogEventsHookCapabilityConfigPost) GetStatements() []StatementPost
GetStatements returns the Statements field if non-nil, zero value otherwise.
func (o *AuditLogEventsHookCapabilityConfigPost) GetStatementsOk() (*[]StatementPost, bool)
GetStatementsOk returns a tuple with the Statements field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuditLogEventsHookCapabilityConfigPost) SetStatements(v []StatementPost)
SetStatements sets Statements field to given value.
func (o *AuditLogEventsHookCapabilityConfigPost) HasStatements() bool
HasStatements returns a boolean if a field has been set.