Aliyun.Acs.Ecs.Transform.V20140526.CancelCopyImageResponseUnmarshaller.Unmarshall C# (CSharp) Méthode

Unmarshall() public static méthode

public static Unmarshall ( UnmarshallerContext context ) : CancelCopyImageResponse
context UnmarshallerContext
Résultat CancelCopyImageResponse
        public static CancelCopyImageResponse Unmarshall(UnmarshallerContext context)
        {
            CancelCopyImageResponse cancelCopyImageResponse = new CancelCopyImageResponse();

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

            return cancelCopyImageResponse;
        }
CancelCopyImageResponseUnmarshaller