Aliyun.Acs.Ecs.Transform.V20140526.StopInstanceResponseUnmarshaller.Unmarshall C# (CSharp) Méthode

Unmarshall() public static méthode

public static Unmarshall ( UnmarshallerContext context ) : StopInstanceResponse
context UnmarshallerContext
Résultat StopInstanceResponse
        public static StopInstanceResponse Unmarshall(UnmarshallerContext context)
        {
            StopInstanceResponse stopInstanceResponse = new StopInstanceResponse();

            stopInstanceResponse.HttpResponse = context.HttpResponse;
            stopInstanceResponse.RequestId = context.StringValue("StopInstance.RequestId");

            return stopInstanceResponse;
        }
StopInstanceResponseUnmarshaller