GoogleCloudApigeeV1UpdateError constructor

GoogleCloudApigeeV1UpdateError({
  1. String? code,
  2. String? message,
  3. String? resource,
  4. String? type,
})

Implementation

GoogleCloudApigeeV1UpdateError({
  this.code,
  this.message,
  this.resource,
  this.type,
});