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

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : RebootInstanceResponse
context UnmarshallerContext
return RebootInstanceResponse
        public static RebootInstanceResponse Unmarshall(UnmarshallerContext context)
        {
            RebootInstanceResponse rebootInstanceResponse = new RebootInstanceResponse();

            rebootInstanceResponse.HttpResponse = context.HttpResponse;
            rebootInstanceResponse.RequestId = context.StringValue("RebootInstance.RequestId");

            return rebootInstanceResponse;
        }
RebootInstanceResponseUnmarshaller