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