Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 717 Bytes

CompanyDataRoleInterface.md

File metadata and controls

17 lines (11 loc) · 717 Bytes

# CompanyDataRoleInterface

Role data transfer object interface.

Properties

Name Type Description Notes
Id int32 Role id. [optional]
RoleName string Role name. [optional]
Permissions []CompanyDataPermissionInterface Permissions.
CompanyId int32 Company id. [optional]
ExtensionAttributes map[string]interface{} ExtensionInterface class for @see \Magento\Company\Api\Data\RoleInterface [optional]

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