AppsSecretDeleteWhereOptions constructor
const
AppsSecretDeleteWhereOptions({
- List<
String> ? expand, - required String name,
- required SecretServiceResourceScope scope,
Implementation
const AppsSecretDeleteWhereOptions({
this.expand,
required this.name,
required this.scope,
});