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

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : StartInstanceResponse
context UnmarshallerContext
return StartInstanceResponse
        public static StartInstanceResponse Unmarshall(UnmarshallerContext context)
        {
            StartInstanceResponse startInstanceResponse = new StartInstanceResponse();

            startInstanceResponse.HttpResponse = context.HttpResponse;
            startInstanceResponse.RequestId = context.StringValue("StartInstance.RequestId");

            return startInstanceResponse;
        }
StartInstanceResponseUnmarshaller