acl property

  1. @JsonKey(name: r'acl')
List<Acl> acl
final

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;