type

EmbeddedTreeCase

Public type EmbeddedTreeCase from github.com/riducms/ridu/schema.

Properties

PropertyTypeDescription
BlockReferences[]stringThe BlockReferences value.
TagValuestringThe TagValue value.
PayloadstringThe Payload value.
DiscriminatorstringThe Discriminator value.
IdentitystringThe Identity value.
Types[]BlockTypeThe Types value.

Full signature

type EmbeddedTreeCase struct { BlockReferences []string `json:"blockReferences,omitempty"` bound *boundBlocks TagValue string `json:"tagValue"` Payload string `json:"payload"` Discriminator string `json:"discriminator"` Identity string `json:"identity"` Types []BlockType `json:"types,omitempty"` }

Source schema/embedded.go:25

Methods