ServiceConnectionToken constructor

ServiceConnectionToken({
  1. String? createTime,
  2. String? description,
  3. String? etag,
  4. String? expireTime,
  5. Map<String, String>? labels,
  6. String? name,
  7. String? network,
  8. String? token,
  9. String? updateTime,
})

Implementation

ServiceConnectionToken({
  this.createTime,
  this.description,
  this.etag,
  this.expireTime,
  this.labels,
  this.name,
  this.network,
  this.token,
  this.updateTime,
});