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

Unmarshall() 공개 정적인 메소드

public static Unmarshall ( UnmarshallerContext context ) : EnableKeyResponse
context UnmarshallerContext
리턴 EnableKeyResponse
        public static EnableKeyResponse Unmarshall(UnmarshallerContext context)
        {
            EnableKeyResponse enableKeyResponse = new EnableKeyResponse();

            enableKeyResponse.HttpResponse = context.HttpResponse;
            enableKeyResponse.RequestId = context.StringValue("EnableKey.RequestId");

            return enableKeyResponse;
        }
EnableKeyResponseUnmarshaller