Aliyun.Acs.Push.Transform.V20160801.CheckDeviceResponseUnmarshaller.Unmarshall C# (CSharp) Méthode

Unmarshall() public static méthode

public static Unmarshall ( UnmarshallerContext context ) : CheckDeviceResponse
context UnmarshallerContext
Résultat Aliyun.Acs.Push.Model.V20160801.CheckDeviceResponse
        public static CheckDeviceResponse Unmarshall(UnmarshallerContext context)
        {
            CheckDeviceResponse checkDeviceResponse = new CheckDeviceResponse();

            checkDeviceResponse.HttpResponse = context.HttpResponse;
            checkDeviceResponse.RequestId = context.StringValue("CheckDevice.RequestId");
            checkDeviceResponse.Available = context.BooleanValue("CheckDevice.Available");

            return checkDeviceResponse;
        }
CheckDeviceResponseUnmarshaller