GoogleCloudApigeeV1ApiSecurityRuntimeConfig constructor

GoogleCloudApigeeV1ApiSecurityRuntimeConfig({
  1. List<String>? location,
  2. String? name,
  3. String? revisionId,
  4. String? uid,
  5. String? updateTime,
})

Implementation

GoogleCloudApigeeV1ApiSecurityRuntimeConfig({
  this.location,
  this.name,
  this.revisionId,
  this.uid,
  this.updateTime,
});