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

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : DetachDiskResponse
context UnmarshallerContext
return DetachDiskResponse
        public static DetachDiskResponse Unmarshall(UnmarshallerContext context)
        {
            DetachDiskResponse detachDiskResponse = new DetachDiskResponse();

            detachDiskResponse.HttpResponse = context.HttpResponse;
            detachDiskResponse.RequestId = context.StringValue("DetachDisk.RequestId");

            return detachDiskResponse;
        }
DetachDiskResponseUnmarshaller