SecretOccurrence constructor

SecretOccurrence({
  1. String? kind,
  2. List<SecretLocation>? locations,
  3. List<SecretStatus>? statuses,
})

Implementation

SecretOccurrence({this.kind, this.locations, this.statuses});