| getappfwprotofileResult Structure Definition |
The getappfwprotofileResult structure defines the return type for getappfwprotofile API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
appfwprotofileList |
List of appfwprotofiles |
| appfwprotofile Structure Definition |
The appfwprotofile structure defines the actual return type values for getappfwprotofile API. |
Syntax |
Members |
name |
Name of the gRPC schema object. |
response |
gRPC import object response contents. |
src |
Indicates the source of the gRPC schema file as a URL
of the form:
|
_nextgenapiresource |
See Also |