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