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

            createAutoSnapshotPolicyResponse.HttpResponse = context.HttpResponse;
            createAutoSnapshotPolicyResponse.RequestId = context.StringValue("CreateAutoSnapshotPolicy.RequestId");
            createAutoSnapshotPolicyResponse.AutoSnapshotPolicyId = context.StringValue("CreateAutoSnapshotPolicy.AutoSnapshotPolicyId");

            return createAutoSnapshotPolicyResponse;
        }