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

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : AttachDiskResponse
context UnmarshallerContext
return AttachDiskResponse
        public static AttachDiskResponse Unmarshall(UnmarshallerContext context)
        {
            AttachDiskResponse attachDiskResponse = new AttachDiskResponse();

            attachDiskResponse.HttpResponse = context.HttpResponse;
            attachDiskResponse.RequestId = context.StringValue("AttachDisk.RequestId");

            return attachDiskResponse;
        }
AttachDiskResponseUnmarshaller