Aliyun.Acs.Ecs.Transform.V20140526.CancelCopyImageResponseUnmarshaller.Unmarshall C# (CSharp) 메소드

Unmarshall() 공개 정적인 메소드

public static Unmarshall ( UnmarshallerContext context ) : CancelCopyImageResponse
context UnmarshallerContext
리턴 CancelCopyImageResponse
        public static CancelCopyImageResponse Unmarshall(UnmarshallerContext context)
        {
            CancelCopyImageResponse cancelCopyImageResponse = new CancelCopyImageResponse();

            cancelCopyImageResponse.HttpResponse = context.HttpResponse;
            cancelCopyImageResponse.RequestId = context.StringValue("CancelCopyImage.RequestId");

            return cancelCopyImageResponse;
        }
CancelCopyImageResponseUnmarshaller