VmwareEngineNetwork constructor

VmwareEngineNetwork({
  1. String? createTime,
  2. String? description,
  3. String? etag,
  4. String? name,
  5. String? state,
  6. String? type,
  7. String? uid,
  8. String? updateTime,
  9. List<VpcNetwork>? vpcNetworks,
})

Implementation

VmwareEngineNetwork({
  this.createTime,
  this.description,
  this.etag,
  this.name,
  this.state,
  this.type,
  this.uid,
  this.updateTime,
  this.vpcNetworks,
});