Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.83 KB

PermissionStatements.md

File metadata and controls

51 lines (28 loc) · 1.83 KB

PermissionStatements

Properties

Name Type Description Notes
PermissionStatements []PermissionStatement A list of permission statements.

Methods

NewPermissionStatements

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

NewPermissionStatementsWithDefaults

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

GetPermissionStatements

func (o *PermissionStatements) GetPermissionStatements() []PermissionStatement

GetPermissionStatements returns the PermissionStatements field if non-nil, zero value otherwise.

GetPermissionStatementsOk

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.

SetPermissionStatements

func (o *PermissionStatements) SetPermissionStatements(v []PermissionStatement)

SetPermissionStatements sets PermissionStatements field to given value.

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