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

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : ReInitDiskResponse
context UnmarshallerContext
return ReInitDiskResponse
        public static ReInitDiskResponse Unmarshall(UnmarshallerContext context)
        {
            ReInitDiskResponse reInitDiskResponse = new ReInitDiskResponse();

            reInitDiskResponse.HttpResponse = context.HttpResponse;
            reInitDiskResponse.RequestId = context.StringValue("ReInitDisk.RequestId");

            return reInitDiskResponse;
        }
ReInitDiskResponseUnmarshaller