TianoCore EDK2 master
Loading...
Searching...
No Matches
_EFI_REST_JSON_RESOURCE_TYPE_IDENTIFIER Struct Reference

#include <MdePkg/Include/Protocol/RestJsonStructure.h>

Data Fields

EFI_REST_JSON_RESOURCE_TYPE_NAMESPACE NameSpace
 Namespace of this resource type.
 
EFI_REST_JSON_RESOURCE_TYPE_DATATYPE DataType
 

Detailed Description

REST resource type identifier

REST resource type consists of name space and data type.

Definition at line 46 of file RestJsonStructure.h.

Field Documentation

◆ DataType

EFI_REST_JSON_RESOURCE_TYPE_DATATYPE _EFI_REST_JSON_RESOURCE_TYPE_IDENTIFIER::DataType

Name of data type declared in this resource type.

Definition at line 48 of file RestJsonStructure.h.

◆ NameSpace

EFI_REST_JSON_RESOURCE_TYPE_NAMESPACE _EFI_REST_JSON_RESOURCE_TYPE_IDENTIFIER::NameSpace

Namespace of this resource type.

Definition at line 47 of file RestJsonStructure.h.


The documentation for this struct was generated from the following file: