Aliyun.Acs.Cdn.Transform.V20141111.SetWafConfigResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : SetWafConfigResponse
context UnmarshallerContext
return SetWafConfigResponse
        public static SetWafConfigResponse Unmarshall(UnmarshallerContext context)
        {
            SetWafConfigResponse setWafConfigResponse = new SetWafConfigResponse();

            setWafConfigResponse.HttpResponse = context.HttpResponse;
            setWafConfigResponse.RequestId = context.StringValue("SetWafConfig.RequestId");

            return setWafConfigResponse;
        }
SetWafConfigResponseUnmarshaller