Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 821 Bytes

File metadata and controls

17 lines (12 loc) · 821 Bytes

openapi.model.InstanceActionAvailabilityDetails

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
available bool If set, indicates that the relevant operation can be performed on the instance in its current state.
reasonCode InstanceActionAvailabilityDetailsReasonCode [optional]
reasonDescription String A longer description of why this operation is currently blocked. Only provided if the operation is blocked. [optional]

[Back to Model list] [Back to API list] [Back to README]