Aliyun.Acs.Kms.Transform.V20160120.CancelKeyDeletionResponseUnmarshaller.Unmarshall C# (CSharp) 메소드

Unmarshall() 공개 정적인 메소드

public static Unmarshall ( UnmarshallerContext context ) : CancelKeyDeletionResponse
context UnmarshallerContext
리턴 CancelKeyDeletionResponse
        public static CancelKeyDeletionResponse Unmarshall(UnmarshallerContext context)
        {
            CancelKeyDeletionResponse cancelKeyDeletionResponse = new CancelKeyDeletionResponse();

            cancelKeyDeletionResponse.HttpResponse = context.HttpResponse;
            cancelKeyDeletionResponse.RequestId = context.StringValue("CancelKeyDeletion.RequestId");

            return cancelKeyDeletionResponse;
        }
CancelKeyDeletionResponseUnmarshaller