GoogleCloudApigeeV1Result constructor

GoogleCloudApigeeV1Result({
  1. String? ActionResult,
  2. List<GoogleCloudApigeeV1Access>? accessList,
  3. String? content,
  4. List<GoogleCloudApigeeV1Property>? headers,
  5. GoogleCloudApigeeV1Properties? properties,
  6. String? reasonPhrase,
  7. String? statusCode,
  8. String? timestamp,
  9. String? uRI,
  10. String? verb,
})

Implementation

GoogleCloudApigeeV1Result({
  this.ActionResult,
  this.accessList,
  this.content,
  this.headers,
  this.properties,
  this.reasonPhrase,
  this.statusCode,
  this.timestamp,
  this.uRI,
  this.verb,
});