GoogleCloudApigeeV1ApiSecurityConfig constructor

GoogleCloudApigeeV1ApiSecurityConfig({
  1. bool? enabled,
  2. String? expiresAt,
})

Implementation

GoogleCloudApigeeV1ApiSecurityConfig({
  this.enabled,
  this.expiresAt,
});