Aliyun.Acs.Iot.Transform.V20160530.RegistDeviceResponseUnmarshaller.Unmarshall C# (CSharp) Метод

Unmarshall() публичный статический Метод

public static Unmarshall ( UnmarshallerContext context ) : RegistDeviceResponse
context UnmarshallerContext
Результат Aliyun.Acs.Iot.Model.V20160530.RegistDeviceResponse
        public static RegistDeviceResponse Unmarshall(UnmarshallerContext context)
        {
            RegistDeviceResponse registDeviceResponse = new RegistDeviceResponse();

            registDeviceResponse.HttpResponse = context.HttpResponse;
            registDeviceResponse.RequestId = context.StringValue("RegistDevice.RequestId");
            registDeviceResponse.Success = context.BooleanValue("RegistDevice.Success");
            registDeviceResponse.ErrorMessage = context.StringValue("RegistDevice.ErrorMessage");
            registDeviceResponse.DeviceId = context.StringValue("RegistDevice.DeviceId");
            registDeviceResponse.DeviceName = context.StringValue("RegistDevice.DeviceName");
            registDeviceResponse.DeviceSecret = context.StringValue("RegistDevice.DeviceSecret");
            registDeviceResponse.DeviceStatus = context.StringValue("RegistDevice.DeviceStatus");

            return registDeviceResponse;
        }
RegistDeviceResponseUnmarshaller