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