GoogleCloudApigeeV1DebugSession constructor

GoogleCloudApigeeV1DebugSession({
  1. int? count,
  2. String? createTime,
  3. String? filter,
  4. String? name,
  5. String? timeout,
  6. int? tracesize,
  7. int? validity,
})

Implementation

GoogleCloudApigeeV1DebugSession({
  this.count,
  this.createTime,
  this.filter,
  this.name,
  this.timeout,
  this.tracesize,
  this.validity,
});