AppsSecretDeleteWhereOptions constructor

const AppsSecretDeleteWhereOptions({
  1. List<String>? expand,
  2. required String name,
  3. required SecretServiceResourceScope scope,
})

Implementation

const AppsSecretDeleteWhereOptions({
  this.expand,
  required this.name,
  required this.scope,
});