fusionsc.capnp.StructSchema

class fusionsc.capnp.StructSchema

Methods

__init__(*args, **kwargs)

listOf

newMessage

toProto

This class represents a struct type. The accessor types are .Reader and .Builder (see below)

Attributes

Builder

Pipeline

Reader

ReaderOrBuilder

fields

id_

isGroup

jsonSchema

nonUnionFields

unionFields

Methods

StructSchema.__init__(*args, **kwargs)
StructSchema.listOf()
StructSchema.newMessage()
StructSchema.toProto()

StructSchema.Builder

StructSchema.Reader

StructSchema.Pipeline