readers property

  1. @TagNumber(1)
List<String> get readers

Optional. The format of strings follows the pattern followed by IAM in the bindings. user:{email}, serviceAccount:{email} group:{email}. The set of principals to be granted reader role on data stored within resources.

Implementation

@$pb.TagNumber(1)
$core.List<$core.String> get readers => $_getList(0);