Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BagAttribute ¶
type BagNSSAttr ¶
type BagPrimitiveAttr ¶
type BagSelectAttr ¶
type BagSelectAttr struct { Value *SelectValue `json:"value"` Values *[]SelectValue `json:"values"` }
type BagSelectOption ¶
type BagSelectOption struct { *SelectValue *NSSValue }
type EmailAddress ¶
type LastModified ¶
type NSSValue ¶
type NSSValue struct { SelectedID string `json:"selectedID"` Child *NSSValueChild `json:"child"` }
type NSSValueChild ¶
type NSSValueChild struct { Text *BagPrimitiveAttr `json:"text"` Number *BagPrimitiveAttr `json:"number"` Date *BagPrimitiveAttr `json:"date"` File *BagPrimitiveAttr `json:"file"` Option *BagSelectOption `json:"option"` }
type PhoneNumber ¶
type ProfileName ¶
type SelectOption ¶
type SelectValue ¶
type UserMetadata ¶
type UserMetadata struct { CreatedBy string `json:"createdBy"` UpdateBy []string `json:"updatedBy"` LastModified LastModified `json:"lastModified"` }
Click to show internal directories.
Click to hide internal directories.