Name | Type | Description | Notes |
---|---|---|---|
PermissionStatements | []PermissionStatement | A list of permission statements. |
func NewPermissionStatements(permissionStatements []PermissionStatement, ) *PermissionStatements
NewPermissionStatements instantiates a new PermissionStatements 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 NewPermissionStatementsWithDefaults() *PermissionStatements
NewPermissionStatementsWithDefaults instantiates a new PermissionStatements 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 *PermissionStatements) GetPermissionStatements() []PermissionStatement
GetPermissionStatements returns the PermissionStatements field if non-nil, zero value otherwise.
func (o *PermissionStatements) GetPermissionStatementsOk() (*[]PermissionStatement, bool)
GetPermissionStatementsOk returns a tuple with the PermissionStatements field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PermissionStatements) SetPermissionStatements(v []PermissionStatement)
SetPermissionStatements sets PermissionStatements field to given value.