GoogleCloudApigeeV1ConnectorsPlatformConfig constructor

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

Implementation

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