Commitment constructor
Commitment({
- bool? autoRenew,
- String? category,
- String? creationTimestamp,
- String? description,
- String? endTimestamp,
- List<
String> ? existingReservations, - String? id,
- String? kind,
- LicenseResourceCommitment? licenseResource,
- List<
String> ? mergeSourceCommitments, - String? name,
- String? plan,
- String? region,
- List<
Reservation> ? reservations, - List<
ResourceCommitment> ? resources, - String? selfLink,
- String? splitSourceCommitment,
- String? startTimestamp,
- String? status,
- String? statusMessage,
- 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,
});