acl property
Permissions that determine the type of API requests this key can make. The required ACL is listed in each endpoint's reference. For more information, see access control list.
Implementation
@JsonKey(name: r'acl')
final List<Acl> acl;
Permissions that determine the type of API requests this key can make. The required ACL is listed in each endpoint's reference. For more information, see access control list.
@JsonKey(name: r'acl')
final List<Acl> acl;