plusAssign
inline operator fun DslList<Privilege, PrivilegesKt.Dsl.PrivilegeProxy>.plusAssign(value: Privilege)
Suite of generic privilege markers included in this application privilege payload.
Content copied to clipboard
repeated .elide.app.Privilege privilege = 1;
Parameters
value
The privilege to add.
inline operator fun DslList<Privilege, PrivilegesKt.Dsl.PrivilegeProxy>.plusAssign(values: Iterable<Privilege>)
Suite of generic privilege markers included in this application privilege payload.
Content copied to clipboard
repeated .elide.app.Privilege privilege = 1;
Parameters
values
The privilege to add.