GetMetadataResponse  
    data class GetMetadataResponse(val name: String, val state: CommandState, val id: String? = null, val results: ResultGetMetadata? = null, val error: CommandError? = null, val progress: CommandProgress? = null) : CommandApiResponse
get metadata response
Constructors
Link copied to clipboard
                  constructor(name: String, state: CommandState, id: String? = null, results: ResultGetMetadata? = null, error: CommandError? = null, progress: CommandProgress? = null)
Properties
Link copied to clipboard
                  Error information (See Errors for details). This output occurs in state "error"
Link copied to clipboard
                  Progress information. This output occurs in state "inProgress"
Link copied to clipboard
                  Results when each command is successfully executed. This output occurs in state "done"
Link copied to clipboard
                  Command execution status