DescribeResourceResponse constructor
DescribeResourceResponse({
- BookingOptions? bookingOptions,
- DateTime? disabledDate,
- String? email,
- DateTime? enabledDate,
- String? name,
- String? resourceId,
- EntityState? state,
- ResourceType? type,
Implementation
DescribeResourceResponse({
this.bookingOptions,
this.disabledDate,
this.email,
this.enabledDate,
this.name,
this.resourceId,
this.state,
this.type,
});