Class FieldSchema
Describes a single field within a message schema.
public class FieldSchema
- Inheritance
-
FieldSchema
- Inherited Members
Properties
IsOptional
public bool IsOptional { get; set; }
Property Value
IsRepeated
public bool IsRepeated { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
OneofCases
public List<OneofCaseSchema>? OneofCases { get; set; }
Property Value
OneofGroup
public string? OneofGroup { get; set; }
Property Value
Type
public string Type { get; set; }
Property Value
TypeName
public string TypeName { get; set; }