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

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : ResetDiskResponse
context UnmarshallerContext
return ResetDiskResponse
        public static ResetDiskResponse Unmarshall(UnmarshallerContext context)
        {
            ResetDiskResponse resetDiskResponse = new ResetDiskResponse();

            resetDiskResponse.HttpResponse = context.HttpResponse;
            resetDiskResponse.RequestId = context.StringValue("ResetDisk.RequestId");

            return resetDiskResponse;
        }
ResetDiskResponseUnmarshaller