Aliyun.Acs.Ecs.Transform.V20140526.RebootInstanceResponseUnmarshaller.Unmarshall C# (CSharp) 메소드

Unmarshall() 공개 정적인 메소드

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

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

            return rebootInstanceResponse;
        }
RebootInstanceResponseUnmarshaller