Inheritance: Aliyun.Acs.Core.AcsResponse
        public static DescribeAppSecurityResponse Unmarshall(UnmarshallerContext context)
        {
            DescribeAppSecurityResponse describeAppSecurityResponse = new DescribeAppSecurityResponse();

            describeAppSecurityResponse.HttpResponse = context.HttpResponse;
            describeAppSecurityResponse.RequestId = context.StringValue("DescribeAppSecurity.RequestId");
            describeAppSecurityResponse.AppKey = context.StringValue("DescribeAppSecurity.AppKey");
            describeAppSecurityResponse.AppSecret = context.StringValue("DescribeAppSecurity.AppSecret");
            describeAppSecurityResponse.CreatedTime = context.StringValue("DescribeAppSecurity.CreatedTime");
            describeAppSecurityResponse.ModifiedTime = context.StringValue("DescribeAppSecurity.ModifiedTime");

            return describeAppSecurityResponse;
        }