GoogleCloudApigeeV1Session constructor

GoogleCloudApigeeV1Session({
  1. String? id,
  2. String? timestampMs,
})

Implementation

GoogleCloudApigeeV1Session({
  this.id,
  this.timestampMs,
});