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

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

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

            devicePermitModifyResponse.HttpResponse = context.HttpResponse;
            devicePermitModifyResponse.RequestId = context.StringValue("DevicePermitModify.RequestId");
            devicePermitModifyResponse.Success = context.BooleanValue("DevicePermitModify.Success");
            devicePermitModifyResponse.ErrorMessage = context.StringValue("DevicePermitModify.ErrorMessage");

            return devicePermitModifyResponse;
        }
DevicePermitModifyResponseUnmarshaller