TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/RestJsonStructure.h>
Data Fields | |
CHAR8 * | ResourceTypeName |
Resource type name. | |
CHAR8 * | MajorVersion |
Resource major version. | |
CHAR8 * | MinorVersion |
Resource minor version. | |
CHAR8 * | ErrataVersion |
Resource errata version. | |
Structure defintions of resource name space.
The fields declared in this structure define the name and revision of payload delievered throught REST API.
Definition at line 34 of file RestJsonStructure.h.
CHAR8* _EFI_REST_JSON_RESOURCE_TYPE_NAMESPACE::ErrataVersion |
Resource errata version.
Definition at line 38 of file RestJsonStructure.h.
CHAR8* _EFI_REST_JSON_RESOURCE_TYPE_NAMESPACE::MajorVersion |
Resource major version.
Definition at line 36 of file RestJsonStructure.h.
CHAR8* _EFI_REST_JSON_RESOURCE_TYPE_NAMESPACE::MinorVersion |
Resource minor version.
Definition at line 37 of file RestJsonStructure.h.
CHAR8* _EFI_REST_JSON_RESOURCE_TYPE_NAMESPACE::ResourceTypeName |
Resource type name.
Definition at line 35 of file RestJsonStructure.h.