Reservation constructor
Reservation({
- AllocationAggregateReservation? aggregateReservation,
- String? commitment,
- String? creationTimestamp,
- String? description,
- String? id,
- String? kind,
- String? name,
- Map<
String, String> ? resourcePolicies, - AllocationResourceStatus? resourceStatus,
- bool? satisfiesPzs,
- String? selfLink,
- AllocationSpecificSKUReservation? specificReservation,
- bool? specificReservationRequired,
- String? status,
- String? zone,
Implementation
Reservation({
this.aggregateReservation,
this.commitment,
this.creationTimestamp,
this.description,
this.id,
this.kind,
this.name,
this.resourcePolicies,
this.resourceStatus,
this.satisfiesPzs,
this.selfLink,
this.shareSettings,
this.specificReservation,
this.specificReservationRequired,
this.status,
this.zone,
});