Aliyun.Acs.CloudAPI.Transform.V20160714.CreateApiStageVariableResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : CreateApiStageVariableResponse
context UnmarshallerContext
return CreateApiStageVariableResponse
        public static CreateApiStageVariableResponse Unmarshall(UnmarshallerContext context)
        {
            CreateApiStageVariableResponse createApiStageVariableResponse = new CreateApiStageVariableResponse();

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

            return createApiStageVariableResponse;
        }
CreateApiStageVariableResponseUnmarshaller