File: Base.bond

package info (click to toggle)
python-applicationinsights 0.11.10-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 876 kB
  • sloc: python: 5,948; makefile: 151; sh: 77
file content (11 lines) | stat: -rw-r--r-- 289 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11

namespace AI

[Description("Data struct to contain only C section with custom fields.")]
struct Base
{
    [Name("ItemTypeName")]
    [Description("Name of item (B section) if any. If telemetry data is derived straight from this, this should be null.")]
    10: string 	 baseType;
    
}