DescribeResourceResponse constructor

DescribeResourceResponse({
  1. BookingOptions? bookingOptions,
  2. DateTime? disabledDate,
  3. String? email,
  4. DateTime? enabledDate,
  5. String? name,
  6. String? resourceId,
  7. EntityState? state,
  8. ResourceType? type,
})

Implementation

DescribeResourceResponse({
  this.bookingOptions,
  this.disabledDate,
  this.email,
  this.enabledDate,
  this.name,
  this.resourceId,
  this.state,
  this.type,
});