Table of Contents

Class FieldSchema

Namespace
Virtufin.Api.Services
Assembly
Virtufin.Api.dll

Describes a single field within a message schema.

public class FieldSchema
Inheritance
FieldSchema
Inherited Members

Properties

IsOptional

public bool IsOptional { get; set; }

Property Value

bool

IsRepeated

public bool IsRepeated { get; set; }

Property Value

bool

Name

public string Name { get; set; }

Property Value

string

OneofCases

public List<OneofCaseSchema>? OneofCases { get; set; }

Property Value

List<OneofCaseSchema>

OneofGroup

public string? OneofGroup { get; set; }

Property Value

string

Type

public string Type { get; set; }

Property Value

string

TypeName

public string TypeName { get; set; }

Property Value

string