type
EmbeddedTreeCase
Public type EmbeddedTreeCase from github.com/riducms/ridu/schema.
Properties
| Property | Type | Description |
|---|---|---|
BlockReferences | []string | The BlockReferences value. |
TagValue | string | The TagValue value. |
Payload | string | The Payload value. |
Discriminator | string | The Discriminator value. |
Identity | string | The Identity value. |
Types | []BlockType | The 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"`
}Methods
EmbeddedTreeCase.ResolvedTypes()Public method EmbeddedTreeCase.ResolvedTypes from github.com/riducms/ridu/schema.