Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.01 KB

File metadata and controls

56 lines (31 loc) · 2.01 KB

AuditLogEventsHookCapabilityConfigPost

Properties

Name Type Description Notes
Statements Pointer to []StatementPost [optional]

Methods

NewAuditLogEventsHookCapabilityConfigPost

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

NewAuditLogEventsHookCapabilityConfigPostWithDefaults

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

GetStatements

func (o *AuditLogEventsHookCapabilityConfigPost) GetStatements() []StatementPost

GetStatements returns the Statements field if non-nil, zero value otherwise.

GetStatementsOk

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.

SetStatements

func (o *AuditLogEventsHookCapabilityConfigPost) SetStatements(v []StatementPost)

SetStatements sets Statements field to given value.

HasStatements

func (o *AuditLogEventsHookCapabilityConfigPost) HasStatements() bool

HasStatements returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]