ApigatewayApi constructor

ApigatewayApi({
  1. String? createTime,
  2. String? displayName,
  3. Map<String, String>? labels,
  4. String? managedService,
  5. String? name,
  6. String? state,
  7. String? updateTime,
})

Implementation

ApigatewayApi({
  this.createTime,
  this.displayName,
  this.labels,
  this.managedService,
  this.name,
  this.state,
  this.updateTime,
});