mirror of
https://github.com/FlipsideCrypto/flip-rpc-client-go.git
synced 2026-02-06 10:56:45 +00:00
9 lines
180 B
Go
9 lines
180 B
Go
package dynamicquery
|
|
|
|
// Dataset is segment building block
|
|
type Dataset struct {
|
|
ID string `json:"id"`
|
|
EntityID string `json:"entity_id"`
|
|
Owner string `json:"owner"`
|
|
}
|