Aliyun.Acs.Rds.Transform.V20140815.DescribeSQLCollectorPolicyResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : DescribeSQLCollectorPolicyResponse
context UnmarshallerContext
return Aliyun.Acs.Rds.Model.V20140815.DescribeSQLCollectorPolicyResponse
        public static DescribeSQLCollectorPolicyResponse Unmarshall(UnmarshallerContext context)
        {
            DescribeSQLCollectorPolicyResponse describeSQLCollectorPolicyResponse = new DescribeSQLCollectorPolicyResponse();

            describeSQLCollectorPolicyResponse.HttpResponse = context.HttpResponse;
            describeSQLCollectorPolicyResponse.RequestId = context.StringValue("DescribeSQLCollectorPolicy.RequestId");
            describeSQLCollectorPolicyResponse.SQLCollectorStatus = context.StringValue("DescribeSQLCollectorPolicy.SQLCollectorStatus");

            return describeSQLCollectorPolicyResponse;
        }
DescribeSQLCollectorPolicyResponseUnmarshaller