InventoryContextsRs
Represents a response object for the Context operations.
type InventoryContextsRs {
adviseMessages: [AdviseMessage]
contexts: [InventoryContext]
success: Boolean!
}
Fields
InventoryContextsRs.adviseMessages ● [AdviseMessage] list object
A collection of advise messages related to the operation. See AdviseMessage.
InventoryContextsRs.contexts ● [InventoryContext] list object
A collection of contexts. See Context.
InventoryContextsRs.success ● Boolean! non-null scalar
Indicates whether the operation was successful.
Member Of
InventoryQuery object