Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Object ¶
type Property ¶
type Property struct {
ID string `json:"id"`
Name string `json:"name"`
PropertyType string `json:"propertyType"`
StringValue *string `json:"stringValue"`
IntValue *int64 `json:"intValue"`
FloatValue *float64 `json:"floatValue"`
BoolValue *bool `json:"boolValue"`
DateValue *string `json:"dateValue"`
ObjectValue *Object `json:"object"`
}
Click to show internal directories.
Click to hide internal directories.