Aliyun.Acs.CloudAPI.Transform.V20160714.CreateApiStageVariableResponseUnmarshaller.Unmarshall C# (CSharp) Метод

Unmarshall() публичный статический Метод

public static Unmarshall ( UnmarshallerContext context ) : CreateApiStageVariableResponse
context UnmarshallerContext
Результат CreateApiStageVariableResponse
        public static CreateApiStageVariableResponse Unmarshall(UnmarshallerContext context)
        {
            CreateApiStageVariableResponse createApiStageVariableResponse = new CreateApiStageVariableResponse();

            createApiStageVariableResponse.HttpResponse = context.HttpResponse;
            createApiStageVariableResponse.RequestId = context.StringValue("CreateApiStageVariable.RequestId");

            return createApiStageVariableResponse;
        }
CreateApiStageVariableResponseUnmarshaller