Aliyun.Acs.CloudAPI.Transform.V20160714.DescribeAppSecurityResponseUnmarshaller.Unmarshall C# (CSharp) Метод

Unmarshall() публичный статический Метод

public static Unmarshall ( UnmarshallerContext context ) : DescribeAppSecurityResponse
context UnmarshallerContext
Результат Aliyun.Acs.CloudAPI.Model.V20160714.DescribeAppSecurityResponse
        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;
        }
DescribeAppSecurityResponseUnmarshaller