Aliyun.Acs.Rds.Transform.V20140815.DescribeSQLCollectorPolicyResponseUnmarshaller.Unmarshall C# (CSharp) 메소드

Unmarshall() 공개 정적인 메소드

public static Unmarshall ( UnmarshallerContext context ) : DescribeSQLCollectorPolicyResponse
context UnmarshallerContext
리턴 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