Commitment constructor

Commitment({
  1. bool? autoRenew,
  2. String? category,
  3. String? creationTimestamp,
  4. String? description,
  5. String? endTimestamp,
  6. List<String>? existingReservations,
  7. String? id,
  8. String? kind,
  9. LicenseResourceCommitment? licenseResource,
  10. List<String>? mergeSourceCommitments,
  11. String? name,
  12. String? plan,
  13. String? region,
  14. List<Reservation>? reservations,
  15. List<ResourceCommitment>? resources,
  16. String? selfLink,
  17. String? splitSourceCommitment,
  18. String? startTimestamp,
  19. String? status,
  20. String? statusMessage,
  21. String? type,
})

Implementation

Commitment({
  this.autoRenew,
  this.category,
  this.creationTimestamp,
  this.description,
  this.endTimestamp,
  this.existingReservations,
  this.id,
  this.kind,
  this.licenseResource,
  this.mergeSourceCommitments,
  this.name,
  this.plan,
  this.region,
  this.reservations,
  this.resources,
  this.selfLink,
  this.splitSourceCommitment,
  this.startTimestamp,
  this.status,
  this.statusMessage,
  this.type,
});