Aliyun.Acs.Kms.Transform.V20160120.ScheduleKeyDeletionResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : ScheduleKeyDeletionResponse
context UnmarshallerContext
return ScheduleKeyDeletionResponse
        public static ScheduleKeyDeletionResponse Unmarshall(UnmarshallerContext context)
        {
            ScheduleKeyDeletionResponse scheduleKeyDeletionResponse = new ScheduleKeyDeletionResponse();

            scheduleKeyDeletionResponse.HttpResponse = context.HttpResponse;
            scheduleKeyDeletionResponse.RequestId = context.StringValue("ScheduleKeyDeletion.RequestId");

            return scheduleKeyDeletionResponse;
        }
ScheduleKeyDeletionResponseUnmarshaller