Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataObjectID ¶
type DataObjectID string
DataObjectID Unique identifier of a data object.
swagger:model dataObjectId
type DataObjectSharedID ¶
type DataObjectSharedID string
DataObjectSharedID Shared identifier of a data object.
swagger:model dataObjectSharedId
type DataSourceConsentType ¶
type DataSourceConsentType string
DataSourceConsentType Consent type given to the data source.
swagger:model dataSourceConsentType
const ( // DataSourceConsentTypeNone captures enum value "none" DataSourceConsentTypeNone DataSourceConsentType = "none" // DataSourceConsentTypeBroad captures enum value "broad" DataSourceConsentTypeBroad DataSourceConsentType = "broad" // DataSourceConsentTypeSpecific captures enum value "specific" DataSourceConsentTypeSpecific DataSourceConsentType = "specific" // DataSourceConsentTypeUnknown captures enum value "unknown" DataSourceConsentTypeUnknown DataSourceConsentType = "unknown" )
type DataSourceID ¶
type DataSourceID string
DataSourceID Unique identifier of a data source.
swagger:model dataSourceId
Click to show internal directories.
Click to hide internal directories.