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

Unmarshall() 공개 정적인 메소드

public static Unmarshall ( UnmarshallerContext context ) : ModifySQLCollectorPolicyResponse
context UnmarshallerContext
리턴 ModifySQLCollectorPolicyResponse
        public static ModifySQLCollectorPolicyResponse Unmarshall(UnmarshallerContext context)
        {
            ModifySQLCollectorPolicyResponse modifySQLCollectorPolicyResponse = new ModifySQLCollectorPolicyResponse();

            modifySQLCollectorPolicyResponse.HttpResponse = context.HttpResponse;
            modifySQLCollectorPolicyResponse.RequestId = context.StringValue("ModifySQLCollectorPolicy.RequestId");

            return modifySQLCollectorPolicyResponse;
        }
ModifySQLCollectorPolicyResponseUnmarshaller