Aliyun.Acs.Ecs.Transform.V20140526.CopyImageResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : CopyImageResponse
context UnmarshallerContext
return Aliyun.Acs.Ecs.Model.V20140526.CopyImageResponse
        public static CopyImageResponse Unmarshall(UnmarshallerContext context)
        {
            CopyImageResponse copyImageResponse = new CopyImageResponse();

            copyImageResponse.HttpResponse = context.HttpResponse;
            copyImageResponse.RequestId = context.StringValue("CopyImage.RequestId");
            copyImageResponse.ImageId = context.StringValue("CopyImage.ImageId");

            return copyImageResponse;
        }
CopyImageResponseUnmarshaller