Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type ApiDatabaseMetadataRequest
- type ApiGetPermissionsGraphRequest
- type ApiGetPermissionsGroupRequest
- type ApiListDatabasesRequest
- type ApiQueryDatabaseRequest
- type BasicAuth
- type Configuration
- type Database
- func (o *Database) GetCacheFieldValuesSchedule() string
- func (o *Database) GetCacheFieldValuesScheduleOk() (*string, bool)
- func (o *Database) GetCaveats() string
- func (o *Database) GetCaveatsOk() (*string, bool)
- func (o *Database) GetCreatedAt() time.Time
- func (o *Database) GetCreatedAtOk() (*time.Time, bool)
- func (o *Database) GetDescription() string
- func (o *Database) GetDescriptionOk() (*string, bool)
- func (o *Database) GetDetails() map[string]interface{}
- func (o *Database) GetDetailsOk() (map[string]interface{}, bool)
- func (o *Database) GetEngine() string
- func (o *Database) GetEngineOk() (*string, bool)
- func (o *Database) GetFeatures() []string
- func (o *Database) GetFeaturesOk() ([]string, bool)
- func (o *Database) GetId() int64
- func (o *Database) GetIdOk() (*int64, bool)
- func (o *Database) GetIsFullSync() bool
- func (o *Database) GetIsFullSyncOk() (*bool, bool)
- func (o *Database) GetIsSample() bool
- func (o *Database) GetIsSampleOk() (*bool, bool)
- func (o *Database) GetMetadataSyncSchedule() string
- func (o *Database) GetMetadataSyncScheduleOk() (*string, bool)
- func (o *Database) GetName() string
- func (o *Database) GetNameOk() (*string, bool)
- func (o *Database) GetNativePermissions() string
- func (o *Database) GetNativePermissionsOk() (*string, bool)
- func (o *Database) GetPointsOfInterest() string
- func (o *Database) GetPointsOfInterestOk() (*string, bool)
- func (o *Database) GetTables() []DatabaseTable
- func (o *Database) GetTablesOk() ([]DatabaseTable, bool)
- func (o *Database) GetUpdatedAt() time.Time
- func (o *Database) GetUpdatedAtOk() (*time.Time, bool)
- func (o *Database) HasCacheFieldValuesSchedule() bool
- func (o *Database) HasCaveats() bool
- func (o *Database) HasCreatedAt() bool
- func (o *Database) HasDescription() bool
- func (o *Database) HasDetails() bool
- func (o *Database) HasEngine() bool
- func (o *Database) HasFeatures() bool
- func (o *Database) HasIsFullSync() bool
- func (o *Database) HasIsSample() bool
- func (o *Database) HasMetadataSyncSchedule() bool
- func (o *Database) HasName() bool
- func (o *Database) HasNativePermissions() bool
- func (o *Database) HasPointsOfInterest() bool
- func (o *Database) HasTables() bool
- func (o *Database) HasUpdatedAt() bool
- func (o Database) MarshalJSON() ([]byte, error)
- func (o *Database) SetCacheFieldValuesSchedule(v string)
- func (o *Database) SetCaveats(v string)
- func (o *Database) SetCreatedAt(v time.Time)
- func (o *Database) SetDescription(v string)
- func (o *Database) SetDetails(v map[string]interface{})
- func (o *Database) SetEngine(v string)
- func (o *Database) SetFeatures(v []string)
- func (o *Database) SetId(v int64)
- func (o *Database) SetIsFullSync(v bool)
- func (o *Database) SetIsSample(v bool)
- func (o *Database) SetMetadataSyncSchedule(v string)
- func (o *Database) SetName(v string)
- func (o *Database) SetNativePermissions(v string)
- func (o *Database) SetPointsOfInterest(v string)
- func (o *Database) SetTables(v []DatabaseTable)
- func (o *Database) SetUpdatedAt(v time.Time)
- func (o Database) ToMap() (map[string]interface{}, error)
- type DatabaseApiService
- func (a *DatabaseApiService) DatabaseMetadata(ctx context.Context, databaseId int32) ApiDatabaseMetadataRequest
- func (a *DatabaseApiService) DatabaseMetadataExecute(r ApiDatabaseMetadataRequest) (*Database, *http.Response, error)
- func (a *DatabaseApiService) ListDatabases(ctx context.Context) ApiListDatabasesRequest
- func (a *DatabaseApiService) ListDatabasesExecute(r ApiListDatabasesRequest) (*DatabaseList, *http.Response, error)
- type DatabaseList
- func (o *DatabaseList) GetData() []Database
- func (o *DatabaseList) GetDataOk() ([]Database, bool)
- func (o *DatabaseList) GetTotal() int32
- func (o *DatabaseList) GetTotalOk() (*int32, bool)
- func (o *DatabaseList) HasData() bool
- func (o *DatabaseList) HasTotal() bool
- func (o DatabaseList) MarshalJSON() ([]byte, error)
- func (o *DatabaseList) SetData(v []Database)
- func (o *DatabaseList) SetTotal(v int32)
- func (o DatabaseList) ToMap() (map[string]interface{}, error)
- type DatabaseTable
- func (o *DatabaseTable) GetActive() bool
- func (o *DatabaseTable) GetActiveOk() (*bool, bool)
- func (o *DatabaseTable) GetCaveats() string
- func (o *DatabaseTable) GetCaveatsOk() (*string, bool)
- func (o *DatabaseTable) GetCreatedAt() time.Time
- func (o *DatabaseTable) GetCreatedAtOk() (*time.Time, bool)
- func (o *DatabaseTable) GetDbId() int64
- func (o *DatabaseTable) GetDbIdOk() (*int64, bool)
- func (o *DatabaseTable) GetDescription() string
- func (o *DatabaseTable) GetDescriptionOk() (*string, bool)
- func (o *DatabaseTable) GetDisplayName() string
- func (o *DatabaseTable) GetDisplayNameOk() (*string, bool)
- func (o *DatabaseTable) GetEntityName() string
- func (o *DatabaseTable) GetEntityNameOk() (*string, bool)
- func (o *DatabaseTable) GetEntityType() string
- func (o *DatabaseTable) GetEntityTypeOk() (*string, bool)
- func (o *DatabaseTable) GetId() int64
- func (o *DatabaseTable) GetIdOk() (*int64, bool)
- func (o *DatabaseTable) GetName() string
- func (o *DatabaseTable) GetNameOk() (*string, bool)
- func (o *DatabaseTable) GetPointsOfInterest() string
- func (o *DatabaseTable) GetPointsOfInterestOk() (*string, bool)
- func (o *DatabaseTable) GetRawTableId() string
- func (o *DatabaseTable) GetRawTableIdOk() (*string, bool)
- func (o *DatabaseTable) GetRows() int64
- func (o *DatabaseTable) GetRowsOk() (*int64, bool)
- func (o *DatabaseTable) GetSchema() string
- func (o *DatabaseTable) GetSchemaOk() (*string, bool)
- func (o *DatabaseTable) GetShowInGettingStarted() bool
- func (o *DatabaseTable) GetShowInGettingStartedOk() (*bool, bool)
- func (o *DatabaseTable) GetUpdatedAt() time.Time
- func (o *DatabaseTable) GetUpdatedAtOk() (*time.Time, bool)
- func (o *DatabaseTable) GetVisibilityType() string
- func (o *DatabaseTable) GetVisibilityTypeOk() (*string, bool)
- func (o *DatabaseTable) HasActive() bool
- func (o *DatabaseTable) HasCaveats() bool
- func (o *DatabaseTable) HasCreatedAt() bool
- func (o *DatabaseTable) HasDbId() bool
- func (o *DatabaseTable) HasDescription() bool
- func (o *DatabaseTable) HasDisplayName() bool
- func (o *DatabaseTable) HasEntityName() bool
- func (o *DatabaseTable) HasEntityType() bool
- func (o *DatabaseTable) HasId() bool
- func (o *DatabaseTable) HasName() bool
- func (o *DatabaseTable) HasPointsOfInterest() bool
- func (o *DatabaseTable) HasRawTableId() bool
- func (o *DatabaseTable) HasRows() bool
- func (o *DatabaseTable) HasSchema() bool
- func (o *DatabaseTable) HasShowInGettingStarted() bool
- func (o *DatabaseTable) HasUpdatedAt() bool
- func (o *DatabaseTable) HasVisibilityType() bool
- func (o DatabaseTable) MarshalJSON() ([]byte, error)
- func (o *DatabaseTable) SetActive(v bool)
- func (o *DatabaseTable) SetCaveats(v string)
- func (o *DatabaseTable) SetCreatedAt(v time.Time)
- func (o *DatabaseTable) SetDbId(v int64)
- func (o *DatabaseTable) SetDescription(v string)
- func (o *DatabaseTable) SetDisplayName(v string)
- func (o *DatabaseTable) SetEntityName(v string)
- func (o *DatabaseTable) SetEntityType(v string)
- func (o *DatabaseTable) SetId(v int64)
- func (o *DatabaseTable) SetName(v string)
- func (o *DatabaseTable) SetPointsOfInterest(v string)
- func (o *DatabaseTable) SetRawTableId(v string)
- func (o *DatabaseTable) SetRows(v int64)
- func (o *DatabaseTable) SetSchema(v string)
- func (o *DatabaseTable) SetShowInGettingStarted(v bool)
- func (o *DatabaseTable) SetUpdatedAt(v time.Time)
- func (o *DatabaseTable) SetVisibilityType(v string)
- func (o DatabaseTable) ToMap() (map[string]interface{}, error)
- type DatasetApiService
- type DatasetQueryConstraints
- func (o *DatasetQueryConstraints) GetMaxResults() int64
- func (o *DatasetQueryConstraints) GetMaxResultsBareRows() int64
- func (o *DatasetQueryConstraints) GetMaxResultsBareRowsOk() (*int64, bool)
- func (o *DatasetQueryConstraints) GetMaxResultsOk() (*int64, bool)
- func (o *DatasetQueryConstraints) HasMaxResults() bool
- func (o *DatasetQueryConstraints) HasMaxResultsBareRows() bool
- func (o DatasetQueryConstraints) MarshalJSON() ([]byte, error)
- func (o *DatasetQueryConstraints) SetMaxResults(v int64)
- func (o *DatasetQueryConstraints) SetMaxResultsBareRows(v int64)
- func (o DatasetQueryConstraints) ToMap() (map[string]interface{}, error)
- type DatasetQueryDsl
- func (o *DatasetQueryDsl) GetLimit() int64
- func (o *DatasetQueryDsl) GetLimitOk() (*int64, bool)
- func (o *DatasetQueryDsl) GetPage() DatasetQueryDslPage
- func (o *DatasetQueryDsl) GetPageOk() (*DatasetQueryDslPage, bool)
- func (o *DatasetQueryDsl) GetSourceTable() int64
- func (o *DatasetQueryDsl) GetSourceTableOk() (*int64, bool)
- func (o *DatasetQueryDsl) HasLimit() bool
- func (o *DatasetQueryDsl) HasPage() bool
- func (o *DatasetQueryDsl) HasSourceTable() bool
- func (o DatasetQueryDsl) MarshalJSON() ([]byte, error)
- func (o *DatasetQueryDsl) SetLimit(v int64)
- func (o *DatasetQueryDsl) SetPage(v DatasetQueryDslPage)
- func (o *DatasetQueryDsl) SetSourceTable(v int64)
- func (o DatasetQueryDsl) ToMap() (map[string]interface{}, error)
- type DatasetQueryDslPage
- func (o *DatasetQueryDslPage) GetItems() int64
- func (o *DatasetQueryDslPage) GetItemsOk() (*int64, bool)
- func (o *DatasetQueryDslPage) GetPage() int64
- func (o *DatasetQueryDslPage) GetPageOk() (*int64, bool)
- func (o *DatasetQueryDslPage) HasItems() bool
- func (o *DatasetQueryDslPage) HasPage() bool
- func (o DatasetQueryDslPage) MarshalJSON() ([]byte, error)
- func (o *DatasetQueryDslPage) SetItems(v int64)
- func (o *DatasetQueryDslPage) SetPage(v int64)
- func (o DatasetQueryDslPage) ToMap() (map[string]interface{}, error)
- type DatasetQueryJsonQuery
- func (o *DatasetQueryJsonQuery) GetConstraints() DatasetQueryConstraints
- func (o *DatasetQueryJsonQuery) GetConstraintsOk() (*DatasetQueryConstraints, bool)
- func (o *DatasetQueryJsonQuery) GetDatabase() int64
- func (o *DatasetQueryJsonQuery) GetDatabaseOk() (*int64, bool)
- func (o *DatasetQueryJsonQuery) GetNative() DatasetQueryNative
- func (o *DatasetQueryJsonQuery) GetNativeOk() (*DatasetQueryNative, bool)
- func (o *DatasetQueryJsonQuery) GetQuery() DatasetQueryDsl
- func (o *DatasetQueryJsonQuery) GetQueryOk() (*DatasetQueryDsl, bool)
- func (o *DatasetQueryJsonQuery) GetType() string
- func (o *DatasetQueryJsonQuery) GetTypeOk() (*string, bool)
- func (o *DatasetQueryJsonQuery) HasConstraints() bool
- func (o *DatasetQueryJsonQuery) HasDatabase() bool
- func (o *DatasetQueryJsonQuery) HasNative() bool
- func (o *DatasetQueryJsonQuery) HasQuery() bool
- func (o *DatasetQueryJsonQuery) HasType() bool
- func (o DatasetQueryJsonQuery) MarshalJSON() ([]byte, error)
- func (o *DatasetQueryJsonQuery) SetConstraints(v DatasetQueryConstraints)
- func (o *DatasetQueryJsonQuery) SetDatabase(v int64)
- func (o *DatasetQueryJsonQuery) SetNative(v DatasetQueryNative)
- func (o *DatasetQueryJsonQuery) SetQuery(v DatasetQueryDsl)
- func (o *DatasetQueryJsonQuery) SetType(v string)
- func (o DatasetQueryJsonQuery) ToMap() (map[string]interface{}, error)
- type DatasetQueryNative
- func (o *DatasetQueryNative) GetQuery() string
- func (o *DatasetQueryNative) GetQueryOk() (*string, bool)
- func (o *DatasetQueryNative) HasQuery() bool
- func (o DatasetQueryNative) MarshalJSON() ([]byte, error)
- func (o *DatasetQueryNative) SetQuery(v string)
- func (o DatasetQueryNative) ToMap() (map[string]interface{}, error)
- type DatasetQueryOpts
- func (o *DatasetQueryOpts) GetDescription() string
- func (o *DatasetQueryOpts) GetDescriptionOk() (*string, bool)
- func (o *DatasetQueryOpts) GetEntityType() interface{}
- func (o *DatasetQueryOpts) GetEntityTypeOk() (*interface{}, bool)
- func (o *DatasetQueryOpts) HasDescription() bool
- func (o *DatasetQueryOpts) HasEntityType() bool
- func (o DatasetQueryOpts) MarshalJSON() ([]byte, error)
- func (o *DatasetQueryOpts) SetDescription(v string)
- func (o *DatasetQueryOpts) SetEntityType(v interface{})
- func (o DatasetQueryOpts) ToMap() (map[string]interface{}, error)
- type DatasetQueryResults
- func (o *DatasetQueryResults) GetAverageExecutionTime() string
- func (o *DatasetQueryResults) GetAverageExecutionTimeOk() (*string, bool)
- func (o *DatasetQueryResults) GetContext() string
- func (o *DatasetQueryResults) GetContextOk() (*string, bool)
- func (o *DatasetQueryResults) GetData() DatasetQueryResultsData
- func (o *DatasetQueryResults) GetDataOk() (*DatasetQueryResultsData, bool)
- func (o *DatasetQueryResults) GetJsonQuery() DatasetQueryJsonQuery
- func (o *DatasetQueryResults) GetJsonQueryOk() (*DatasetQueryJsonQuery, bool)
- func (o *DatasetQueryResults) GetRowCount() int64
- func (o *DatasetQueryResults) GetRowCountOk() (*int64, bool)
- func (o *DatasetQueryResults) GetRunningTime() int64
- func (o *DatasetQueryResults) GetRunningTimeOk() (*int64, bool)
- func (o *DatasetQueryResults) GetStartedAt() time.Time
- func (o *DatasetQueryResults) GetStartedAtOk() (*time.Time, bool)
- func (o *DatasetQueryResults) GetStatus() string
- func (o *DatasetQueryResults) GetStatusOk() (*string, bool)
- func (o *DatasetQueryResults) HasAverageExecutionTime() bool
- func (o *DatasetQueryResults) HasContext() bool
- func (o *DatasetQueryResults) HasData() bool
- func (o *DatasetQueryResults) HasJsonQuery() bool
- func (o *DatasetQueryResults) HasRowCount() bool
- func (o *DatasetQueryResults) HasRunningTime() bool
- func (o *DatasetQueryResults) HasStartedAt() bool
- func (o *DatasetQueryResults) HasStatus() bool
- func (o DatasetQueryResults) MarshalJSON() ([]byte, error)
- func (o *DatasetQueryResults) SetAverageExecutionTime(v string)
- func (o *DatasetQueryResults) SetContext(v string)
- func (o *DatasetQueryResults) SetData(v DatasetQueryResultsData)
- func (o *DatasetQueryResults) SetJsonQuery(v DatasetQueryJsonQuery)
- func (o *DatasetQueryResults) SetRowCount(v int64)
- func (o *DatasetQueryResults) SetRunningTime(v int64)
- func (o *DatasetQueryResults) SetStartedAt(v time.Time)
- func (o *DatasetQueryResults) SetStatus(v string)
- func (o DatasetQueryResults) ToMap() (map[string]interface{}, error)
- type DatasetQueryResultsCol
- func (o *DatasetQueryResultsCol) GetBaseType() string
- func (o *DatasetQueryResultsCol) GetBaseTypeOk() (*string, bool)
- func (o *DatasetQueryResultsCol) GetDescription() string
- func (o *DatasetQueryResultsCol) GetDescriptionOk() (*string, bool)
- func (o *DatasetQueryResultsCol) GetDisplayName() string
- func (o *DatasetQueryResultsCol) GetDisplayNameOk() (*string, bool)
- func (o *DatasetQueryResultsCol) GetExtraInfo() map[string]interface{}
- func (o *DatasetQueryResultsCol) GetExtraInfoOk() (map[string]interface{}, bool)
- func (o *DatasetQueryResultsCol) GetFingerprint() DatasetQueryResultsColFingerprint
- func (o *DatasetQueryResultsCol) GetFingerprintOk() (*DatasetQueryResultsColFingerprint, bool)
- func (o *DatasetQueryResultsCol) GetFkFieldId() string
- func (o *DatasetQueryResultsCol) GetFkFieldIdOk() (*string, bool)
- func (o *DatasetQueryResultsCol) GetId() int64
- func (o *DatasetQueryResultsCol) GetIdOk() (*int64, bool)
- func (o *DatasetQueryResultsCol) GetName() string
- func (o *DatasetQueryResultsCol) GetNameOk() (*string, bool)
- func (o *DatasetQueryResultsCol) GetRemappedFrom() string
- func (o *DatasetQueryResultsCol) GetRemappedFromOk() (*string, bool)
- func (o *DatasetQueryResultsCol) GetRemappedTo() string
- func (o *DatasetQueryResultsCol) GetRemappedToOk() (*string, bool)
- func (o *DatasetQueryResultsCol) GetSchemaName() string
- func (o *DatasetQueryResultsCol) GetSchemaNameOk() (*string, bool)
- func (o *DatasetQueryResultsCol) GetSource() string
- func (o *DatasetQueryResultsCol) GetSourceOk() (*string, bool)
- func (o *DatasetQueryResultsCol) GetSpecialType() string
- func (o *DatasetQueryResultsCol) GetSpecialTypeOk() (*string, bool)
- func (o *DatasetQueryResultsCol) GetTableId() int64
- func (o *DatasetQueryResultsCol) GetTableIdOk() (*int64, bool)
- func (o *DatasetQueryResultsCol) GetTarget() DatasetQueryResultsColTarget
- func (o *DatasetQueryResultsCol) GetTargetOk() (*DatasetQueryResultsColTarget, bool)
- func (o *DatasetQueryResultsCol) GetVisibilityType() string
- func (o *DatasetQueryResultsCol) GetVisibilityTypeOk() (*string, bool)
- func (o *DatasetQueryResultsCol) HasBaseType() bool
- func (o *DatasetQueryResultsCol) HasDescription() bool
- func (o *DatasetQueryResultsCol) HasDisplayName() bool
- func (o *DatasetQueryResultsCol) HasExtraInfo() bool
- func (o *DatasetQueryResultsCol) HasFingerprint() bool
- func (o *DatasetQueryResultsCol) HasFkFieldId() bool
- func (o *DatasetQueryResultsCol) HasId() bool
- func (o *DatasetQueryResultsCol) HasName() bool
- func (o *DatasetQueryResultsCol) HasRemappedFrom() bool
- func (o *DatasetQueryResultsCol) HasRemappedTo() bool
- func (o *DatasetQueryResultsCol) HasSchemaName() bool
- func (o *DatasetQueryResultsCol) HasSource() bool
- func (o *DatasetQueryResultsCol) HasSpecialType() bool
- func (o *DatasetQueryResultsCol) HasTableId() bool
- func (o *DatasetQueryResultsCol) HasTarget() bool
- func (o *DatasetQueryResultsCol) HasVisibilityType() bool
- func (o DatasetQueryResultsCol) MarshalJSON() ([]byte, error)
- func (o *DatasetQueryResultsCol) SetBaseType(v string)
- func (o *DatasetQueryResultsCol) SetDescription(v string)
- func (o *DatasetQueryResultsCol) SetDisplayName(v string)
- func (o *DatasetQueryResultsCol) SetExtraInfo(v map[string]interface{})
- func (o *DatasetQueryResultsCol) SetFingerprint(v DatasetQueryResultsColFingerprint)
- func (o *DatasetQueryResultsCol) SetFkFieldId(v string)
- func (o *DatasetQueryResultsCol) SetId(v int64)
- func (o *DatasetQueryResultsCol) SetName(v string)
- func (o *DatasetQueryResultsCol) SetRemappedFrom(v string)
- func (o *DatasetQueryResultsCol) SetRemappedTo(v string)
- func (o *DatasetQueryResultsCol) SetSchemaName(v string)
- func (o *DatasetQueryResultsCol) SetSource(v string)
- func (o *DatasetQueryResultsCol) SetSpecialType(v string)
- func (o *DatasetQueryResultsCol) SetTableId(v int64)
- func (o *DatasetQueryResultsCol) SetTarget(v DatasetQueryResultsColTarget)
- func (o *DatasetQueryResultsCol) SetVisibilityType(v string)
- func (o DatasetQueryResultsCol) ToMap() (map[string]interface{}, error)
- type DatasetQueryResultsColFingerprint
- func (o *DatasetQueryResultsColFingerprint) GetGlobal() DatasetQueryResultsColFingerprintGlobal
- func (o *DatasetQueryResultsColFingerprint) GetGlobalOk() (*DatasetQueryResultsColFingerprintGlobal, bool)
- func (o *DatasetQueryResultsColFingerprint) GetType() map[string]interface{}
- func (o *DatasetQueryResultsColFingerprint) GetTypeOk() (map[string]interface{}, bool)
- func (o *DatasetQueryResultsColFingerprint) HasGlobal() bool
- func (o *DatasetQueryResultsColFingerprint) HasType() bool
- func (o DatasetQueryResultsColFingerprint) MarshalJSON() ([]byte, error)
- func (o *DatasetQueryResultsColFingerprint) SetGlobal(v DatasetQueryResultsColFingerprintGlobal)
- func (o *DatasetQueryResultsColFingerprint) SetType(v map[string]interface{})
- func (o DatasetQueryResultsColFingerprint) ToMap() (map[string]interface{}, error)
- type DatasetQueryResultsColFingerprintGlobal
- func (o *DatasetQueryResultsColFingerprintGlobal) GetDistinctCount() int64
- func (o *DatasetQueryResultsColFingerprintGlobal) GetDistinctCountOk() (*int64, bool)
- func (o *DatasetQueryResultsColFingerprintGlobal) HasDistinctCount() bool
- func (o DatasetQueryResultsColFingerprintGlobal) MarshalJSON() ([]byte, error)
- func (o *DatasetQueryResultsColFingerprintGlobal) SetDistinctCount(v int64)
- func (o DatasetQueryResultsColFingerprintGlobal) ToMap() (map[string]interface{}, error)
- type DatasetQueryResultsColFingerprintType
- func (o *DatasetQueryResultsColFingerprintType) GetAverageLength() float64
- func (o *DatasetQueryResultsColFingerprintType) GetAverageLengthOk() (*float64, bool)
- func (o *DatasetQueryResultsColFingerprintType) GetPercentEmail() float64
- func (o *DatasetQueryResultsColFingerprintType) GetPercentEmailOk() (*float64, bool)
- func (o *DatasetQueryResultsColFingerprintType) GetPercentJson() float64
- func (o *DatasetQueryResultsColFingerprintType) GetPercentJsonOk() (*float64, bool)
- func (o *DatasetQueryResultsColFingerprintType) GetPercentUrl() float64
- func (o *DatasetQueryResultsColFingerprintType) GetPercentUrlOk() (*float64, bool)
- func (o *DatasetQueryResultsColFingerprintType) HasAverageLength() bool
- func (o *DatasetQueryResultsColFingerprintType) HasPercentEmail() bool
- func (o *DatasetQueryResultsColFingerprintType) HasPercentJson() bool
- func (o *DatasetQueryResultsColFingerprintType) HasPercentUrl() bool
- func (o DatasetQueryResultsColFingerprintType) MarshalJSON() ([]byte, error)
- func (o *DatasetQueryResultsColFingerprintType) SetAverageLength(v float64)
- func (o *DatasetQueryResultsColFingerprintType) SetPercentEmail(v float64)
- func (o *DatasetQueryResultsColFingerprintType) SetPercentJson(v float64)
- func (o *DatasetQueryResultsColFingerprintType) SetPercentUrl(v float64)
- func (o DatasetQueryResultsColFingerprintType) ToMap() (map[string]interface{}, error)
- type DatasetQueryResultsColTarget
- func (o *DatasetQueryResultsColTarget) GetBaseType() string
- func (o *DatasetQueryResultsColTarget) GetBaseTypeOk() (*string, bool)
- func (o *DatasetQueryResultsColTarget) GetDescription() string
- func (o *DatasetQueryResultsColTarget) GetDescriptionOk() (*string, bool)
- func (o *DatasetQueryResultsColTarget) GetDisplayName() string
- func (o *DatasetQueryResultsColTarget) GetDisplayNameOk() (*string, bool)
- func (o *DatasetQueryResultsColTarget) GetId() int64
- func (o *DatasetQueryResultsColTarget) GetIdOk() (*int64, bool)
- func (o *DatasetQueryResultsColTarget) GetName() string
- func (o *DatasetQueryResultsColTarget) GetNameOk() (*string, bool)
- func (o *DatasetQueryResultsColTarget) GetSpecialType() string
- func (o *DatasetQueryResultsColTarget) GetSpecialTypeOk() (*string, bool)
- func (o *DatasetQueryResultsColTarget) GetTableId() int64
- func (o *DatasetQueryResultsColTarget) GetTableIdOk() (*int64, bool)
- func (o *DatasetQueryResultsColTarget) GetVisibilityType() string
- func (o *DatasetQueryResultsColTarget) GetVisibilityTypeOk() (*string, bool)
- func (o *DatasetQueryResultsColTarget) HasBaseType() bool
- func (o *DatasetQueryResultsColTarget) HasDescription() bool
- func (o *DatasetQueryResultsColTarget) HasDisplayName() bool
- func (o *DatasetQueryResultsColTarget) HasId() bool
- func (o *DatasetQueryResultsColTarget) HasName() bool
- func (o *DatasetQueryResultsColTarget) HasSpecialType() bool
- func (o *DatasetQueryResultsColTarget) HasTableId() bool
- func (o *DatasetQueryResultsColTarget) HasVisibilityType() bool
- func (o DatasetQueryResultsColTarget) MarshalJSON() ([]byte, error)
- func (o *DatasetQueryResultsColTarget) SetBaseType(v string)
- func (o *DatasetQueryResultsColTarget) SetDescription(v string)
- func (o *DatasetQueryResultsColTarget) SetDisplayName(v string)
- func (o *DatasetQueryResultsColTarget) SetId(v int64)
- func (o *DatasetQueryResultsColTarget) SetName(v string)
- func (o *DatasetQueryResultsColTarget) SetSpecialType(v string)
- func (o *DatasetQueryResultsColTarget) SetTableId(v int64)
- func (o *DatasetQueryResultsColTarget) SetVisibilityType(v string)
- func (o DatasetQueryResultsColTarget) ToMap() (map[string]interface{}, error)
- type DatasetQueryResultsData
- func (o *DatasetQueryResultsData) GetCols() []DatasetQueryResultsCol
- func (o *DatasetQueryResultsData) GetColsOk() ([]DatasetQueryResultsCol, bool)
- func (o *DatasetQueryResultsData) GetColumns() []string
- func (o *DatasetQueryResultsData) GetColumnsOk() ([]string, bool)
- func (o *DatasetQueryResultsData) GetNativeForm() DatasetQueryResultsNativeForm
- func (o *DatasetQueryResultsData) GetNativeFormOk() (*DatasetQueryResultsNativeForm, bool)
- func (o *DatasetQueryResultsData) GetResultsMetadata() DatasetQueryResultsMetadata
- func (o *DatasetQueryResultsData) GetResultsMetadataOk() (*DatasetQueryResultsMetadata, bool)
- func (o *DatasetQueryResultsData) GetRows() [][]interface{}
- func (o *DatasetQueryResultsData) GetRowsOk() ([][]interface{}, bool)
- func (o *DatasetQueryResultsData) GetRowsTruncated() int64
- func (o *DatasetQueryResultsData) GetRowsTruncatedOk() (*int64, bool)
- func (o *DatasetQueryResultsData) HasCols() bool
- func (o *DatasetQueryResultsData) HasColumns() bool
- func (o *DatasetQueryResultsData) HasNativeForm() bool
- func (o *DatasetQueryResultsData) HasResultsMetadata() bool
- func (o *DatasetQueryResultsData) HasRows() bool
- func (o *DatasetQueryResultsData) HasRowsTruncated() bool
- func (o DatasetQueryResultsData) MarshalJSON() ([]byte, error)
- func (o *DatasetQueryResultsData) SetCols(v []DatasetQueryResultsCol)
- func (o *DatasetQueryResultsData) SetColumns(v []string)
- func (o *DatasetQueryResultsData) SetNativeForm(v DatasetQueryResultsNativeForm)
- func (o *DatasetQueryResultsData) SetResultsMetadata(v DatasetQueryResultsMetadata)
- func (o *DatasetQueryResultsData) SetRows(v [][]interface{})
- func (o *DatasetQueryResultsData) SetRowsTruncated(v int64)
- func (o DatasetQueryResultsData) ToMap() (map[string]interface{}, error)
- type DatasetQueryResultsMetadata
- func (o *DatasetQueryResultsMetadata) GetChecksum() string
- func (o *DatasetQueryResultsMetadata) GetChecksumOk() (*string, bool)
- func (o *DatasetQueryResultsMetadata) GetColumns() []DatasetQueryResultsMetadataColumn
- func (o *DatasetQueryResultsMetadata) GetColumnsOk() ([]DatasetQueryResultsMetadataColumn, bool)
- func (o *DatasetQueryResultsMetadata) HasChecksum() bool
- func (o *DatasetQueryResultsMetadata) HasColumns() bool
- func (o DatasetQueryResultsMetadata) MarshalJSON() ([]byte, error)
- func (o *DatasetQueryResultsMetadata) SetChecksum(v string)
- func (o *DatasetQueryResultsMetadata) SetColumns(v []DatasetQueryResultsMetadataColumn)
- func (o DatasetQueryResultsMetadata) ToMap() (map[string]interface{}, error)
- type DatasetQueryResultsMetadataColumn
- func (o *DatasetQueryResultsMetadataColumn) GetBaseType() string
- func (o *DatasetQueryResultsMetadataColumn) GetBaseTypeOk() (*string, bool)
- func (o *DatasetQueryResultsMetadataColumn) GetDisplayName() string
- func (o *DatasetQueryResultsMetadataColumn) GetDisplayNameOk() (*string, bool)
- func (o *DatasetQueryResultsMetadataColumn) GetName() string
- func (o *DatasetQueryResultsMetadataColumn) GetNameOk() (*string, bool)
- func (o *DatasetQueryResultsMetadataColumn) GetSpecialType() string
- func (o *DatasetQueryResultsMetadataColumn) GetSpecialTypeOk() (*string, bool)
- func (o *DatasetQueryResultsMetadataColumn) HasBaseType() bool
- func (o *DatasetQueryResultsMetadataColumn) HasDisplayName() bool
- func (o *DatasetQueryResultsMetadataColumn) HasName() bool
- func (o *DatasetQueryResultsMetadataColumn) HasSpecialType() bool
- func (o DatasetQueryResultsMetadataColumn) MarshalJSON() ([]byte, error)
- func (o *DatasetQueryResultsMetadataColumn) SetBaseType(v string)
- func (o *DatasetQueryResultsMetadataColumn) SetDisplayName(v string)
- func (o *DatasetQueryResultsMetadataColumn) SetName(v string)
- func (o *DatasetQueryResultsMetadataColumn) SetSpecialType(v string)
- func (o DatasetQueryResultsMetadataColumn) ToMap() (map[string]interface{}, error)
- type DatasetQueryResultsNativeForm
- func (o *DatasetQueryResultsNativeForm) GetParams() string
- func (o *DatasetQueryResultsNativeForm) GetParamsOk() (*string, bool)
- func (o *DatasetQueryResultsNativeForm) GetQuery() string
- func (o *DatasetQueryResultsNativeForm) GetQueryOk() (*string, bool)
- func (o *DatasetQueryResultsNativeForm) HasParams() bool
- func (o *DatasetQueryResultsNativeForm) HasQuery() bool
- func (o DatasetQueryResultsNativeForm) MarshalJSON() ([]byte, error)
- func (o *DatasetQueryResultsNativeForm) SetParams(v string)
- func (o *DatasetQueryResultsNativeForm) SetQuery(v string)
- func (o DatasetQueryResultsNativeForm) ToMap() (map[string]interface{}, error)
- type GenericOpenAPIError
- type MappedNullable
- type NullableBool
- type NullableDatabase
- type NullableDatabaseList
- func (v NullableDatabaseList) Get() *DatabaseList
- func (v NullableDatabaseList) IsSet() bool
- func (v NullableDatabaseList) MarshalJSON() ([]byte, error)
- func (v *NullableDatabaseList) Set(val *DatabaseList)
- func (v *NullableDatabaseList) UnmarshalJSON(src []byte) error
- func (v *NullableDatabaseList) Unset()
- type NullableDatabaseTable
- func (v NullableDatabaseTable) Get() *DatabaseTable
- func (v NullableDatabaseTable) IsSet() bool
- func (v NullableDatabaseTable) MarshalJSON() ([]byte, error)
- func (v *NullableDatabaseTable) Set(val *DatabaseTable)
- func (v *NullableDatabaseTable) UnmarshalJSON(src []byte) error
- func (v *NullableDatabaseTable) Unset()
- type NullableDatasetQueryConstraints
- func (v NullableDatasetQueryConstraints) Get() *DatasetQueryConstraints
- func (v NullableDatasetQueryConstraints) IsSet() bool
- func (v NullableDatasetQueryConstraints) MarshalJSON() ([]byte, error)
- func (v *NullableDatasetQueryConstraints) Set(val *DatasetQueryConstraints)
- func (v *NullableDatasetQueryConstraints) UnmarshalJSON(src []byte) error
- func (v *NullableDatasetQueryConstraints) Unset()
- type NullableDatasetQueryDsl
- func (v NullableDatasetQueryDsl) Get() *DatasetQueryDsl
- func (v NullableDatasetQueryDsl) IsSet() bool
- func (v NullableDatasetQueryDsl) MarshalJSON() ([]byte, error)
- func (v *NullableDatasetQueryDsl) Set(val *DatasetQueryDsl)
- func (v *NullableDatasetQueryDsl) UnmarshalJSON(src []byte) error
- func (v *NullableDatasetQueryDsl) Unset()
- type NullableDatasetQueryDslPage
- func (v NullableDatasetQueryDslPage) Get() *DatasetQueryDslPage
- func (v NullableDatasetQueryDslPage) IsSet() bool
- func (v NullableDatasetQueryDslPage) MarshalJSON() ([]byte, error)
- func (v *NullableDatasetQueryDslPage) Set(val *DatasetQueryDslPage)
- func (v *NullableDatasetQueryDslPage) UnmarshalJSON(src []byte) error
- func (v *NullableDatasetQueryDslPage) Unset()
- type NullableDatasetQueryJsonQuery
- func (v NullableDatasetQueryJsonQuery) Get() *DatasetQueryJsonQuery
- func (v NullableDatasetQueryJsonQuery) IsSet() bool
- func (v NullableDatasetQueryJsonQuery) MarshalJSON() ([]byte, error)
- func (v *NullableDatasetQueryJsonQuery) Set(val *DatasetQueryJsonQuery)
- func (v *NullableDatasetQueryJsonQuery) UnmarshalJSON(src []byte) error
- func (v *NullableDatasetQueryJsonQuery) Unset()
- type NullableDatasetQueryNative
- func (v NullableDatasetQueryNative) Get() *DatasetQueryNative
- func (v NullableDatasetQueryNative) IsSet() bool
- func (v NullableDatasetQueryNative) MarshalJSON() ([]byte, error)
- func (v *NullableDatasetQueryNative) Set(val *DatasetQueryNative)
- func (v *NullableDatasetQueryNative) UnmarshalJSON(src []byte) error
- func (v *NullableDatasetQueryNative) Unset()
- type NullableDatasetQueryOpts
- func (v NullableDatasetQueryOpts) Get() *DatasetQueryOpts
- func (v NullableDatasetQueryOpts) IsSet() bool
- func (v NullableDatasetQueryOpts) MarshalJSON() ([]byte, error)
- func (v *NullableDatasetQueryOpts) Set(val *DatasetQueryOpts)
- func (v *NullableDatasetQueryOpts) UnmarshalJSON(src []byte) error
- func (v *NullableDatasetQueryOpts) Unset()
- type NullableDatasetQueryResults
- func (v NullableDatasetQueryResults) Get() *DatasetQueryResults
- func (v NullableDatasetQueryResults) IsSet() bool
- func (v NullableDatasetQueryResults) MarshalJSON() ([]byte, error)
- func (v *NullableDatasetQueryResults) Set(val *DatasetQueryResults)
- func (v *NullableDatasetQueryResults) UnmarshalJSON(src []byte) error
- func (v *NullableDatasetQueryResults) Unset()
- type NullableDatasetQueryResultsCol
- func (v NullableDatasetQueryResultsCol) Get() *DatasetQueryResultsCol
- func (v NullableDatasetQueryResultsCol) IsSet() bool
- func (v NullableDatasetQueryResultsCol) MarshalJSON() ([]byte, error)
- func (v *NullableDatasetQueryResultsCol) Set(val *DatasetQueryResultsCol)
- func (v *NullableDatasetQueryResultsCol) UnmarshalJSON(src []byte) error
- func (v *NullableDatasetQueryResultsCol) Unset()
- type NullableDatasetQueryResultsColFingerprint
- func (v NullableDatasetQueryResultsColFingerprint) Get() *DatasetQueryResultsColFingerprint
- func (v NullableDatasetQueryResultsColFingerprint) IsSet() bool
- func (v NullableDatasetQueryResultsColFingerprint) MarshalJSON() ([]byte, error)
- func (v *NullableDatasetQueryResultsColFingerprint) Set(val *DatasetQueryResultsColFingerprint)
- func (v *NullableDatasetQueryResultsColFingerprint) UnmarshalJSON(src []byte) error
- func (v *NullableDatasetQueryResultsColFingerprint) Unset()
- type NullableDatasetQueryResultsColFingerprintGlobal
- func (v NullableDatasetQueryResultsColFingerprintGlobal) Get() *DatasetQueryResultsColFingerprintGlobal
- func (v NullableDatasetQueryResultsColFingerprintGlobal) IsSet() bool
- func (v NullableDatasetQueryResultsColFingerprintGlobal) MarshalJSON() ([]byte, error)
- func (v *NullableDatasetQueryResultsColFingerprintGlobal) Set(val *DatasetQueryResultsColFingerprintGlobal)
- func (v *NullableDatasetQueryResultsColFingerprintGlobal) UnmarshalJSON(src []byte) error
- func (v *NullableDatasetQueryResultsColFingerprintGlobal) Unset()
- type NullableDatasetQueryResultsColFingerprintType
- func (v NullableDatasetQueryResultsColFingerprintType) Get() *DatasetQueryResultsColFingerprintType
- func (v NullableDatasetQueryResultsColFingerprintType) IsSet() bool
- func (v NullableDatasetQueryResultsColFingerprintType) MarshalJSON() ([]byte, error)
- func (v *NullableDatasetQueryResultsColFingerprintType) Set(val *DatasetQueryResultsColFingerprintType)
- func (v *NullableDatasetQueryResultsColFingerprintType) UnmarshalJSON(src []byte) error
- func (v *NullableDatasetQueryResultsColFingerprintType) Unset()
- type NullableDatasetQueryResultsColTarget
- func (v NullableDatasetQueryResultsColTarget) Get() *DatasetQueryResultsColTarget
- func (v NullableDatasetQueryResultsColTarget) IsSet() bool
- func (v NullableDatasetQueryResultsColTarget) MarshalJSON() ([]byte, error)
- func (v *NullableDatasetQueryResultsColTarget) Set(val *DatasetQueryResultsColTarget)
- func (v *NullableDatasetQueryResultsColTarget) UnmarshalJSON(src []byte) error
- func (v *NullableDatasetQueryResultsColTarget) Unset()
- type NullableDatasetQueryResultsData
- func (v NullableDatasetQueryResultsData) Get() *DatasetQueryResultsData
- func (v NullableDatasetQueryResultsData) IsSet() bool
- func (v NullableDatasetQueryResultsData) MarshalJSON() ([]byte, error)
- func (v *NullableDatasetQueryResultsData) Set(val *DatasetQueryResultsData)
- func (v *NullableDatasetQueryResultsData) UnmarshalJSON(src []byte) error
- func (v *NullableDatasetQueryResultsData) Unset()
- type NullableDatasetQueryResultsMetadata
- func (v NullableDatasetQueryResultsMetadata) Get() *DatasetQueryResultsMetadata
- func (v NullableDatasetQueryResultsMetadata) IsSet() bool
- func (v NullableDatasetQueryResultsMetadata) MarshalJSON() ([]byte, error)
- func (v *NullableDatasetQueryResultsMetadata) Set(val *DatasetQueryResultsMetadata)
- func (v *NullableDatasetQueryResultsMetadata) UnmarshalJSON(src []byte) error
- func (v *NullableDatasetQueryResultsMetadata) Unset()
- type NullableDatasetQueryResultsMetadataColumn
- func (v NullableDatasetQueryResultsMetadataColumn) Get() *DatasetQueryResultsMetadataColumn
- func (v NullableDatasetQueryResultsMetadataColumn) IsSet() bool
- func (v NullableDatasetQueryResultsMetadataColumn) MarshalJSON() ([]byte, error)
- func (v *NullableDatasetQueryResultsMetadataColumn) Set(val *DatasetQueryResultsMetadataColumn)
- func (v *NullableDatasetQueryResultsMetadataColumn) UnmarshalJSON(src []byte) error
- func (v *NullableDatasetQueryResultsMetadataColumn) Unset()
- type NullableDatasetQueryResultsNativeForm
- func (v NullableDatasetQueryResultsNativeForm) Get() *DatasetQueryResultsNativeForm
- func (v NullableDatasetQueryResultsNativeForm) IsSet() bool
- func (v NullableDatasetQueryResultsNativeForm) MarshalJSON() ([]byte, error)
- func (v *NullableDatasetQueryResultsNativeForm) Set(val *DatasetQueryResultsNativeForm)
- func (v *NullableDatasetQueryResultsNativeForm) UnmarshalJSON(src []byte) error
- func (v *NullableDatasetQueryResultsNativeForm) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullablePermissionGraphData
- func (v NullablePermissionGraphData) Get() *PermissionGraphData
- func (v NullablePermissionGraphData) IsSet() bool
- func (v NullablePermissionGraphData) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionGraphData) Set(val *PermissionGraphData)
- func (v *NullablePermissionGraphData) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionGraphData) Unset()
- type NullablePermissionGroup
- func (v NullablePermissionGroup) Get() *PermissionGroup
- func (v NullablePermissionGroup) IsSet() bool
- func (v NullablePermissionGroup) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionGroup) Set(val *PermissionGroup)
- func (v *NullablePermissionGroup) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionGroup) Unset()
- type NullablePermissionsGraph
- func (v NullablePermissionsGraph) Get() *PermissionsGraph
- func (v NullablePermissionsGraph) IsSet() bool
- func (v NullablePermissionsGraph) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionsGraph) Set(val *PermissionsGraph)
- func (v *NullablePermissionsGraph) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionsGraph) Unset()
- type NullableString
- type NullableTime
- type PermissionGraphData
- func (o *PermissionGraphData) GetData() map[string]interface{}
- func (o *PermissionGraphData) GetDataOk() (map[string]interface{}, bool)
- func (o *PermissionGraphData) GetDownload() map[string]interface{}
- func (o *PermissionGraphData) GetDownloadOk() (map[string]interface{}, bool)
- func (o *PermissionGraphData) HasData() bool
- func (o *PermissionGraphData) HasDownload() bool
- func (o PermissionGraphData) MarshalJSON() ([]byte, error)
- func (o *PermissionGraphData) SetData(v map[string]interface{})
- func (o *PermissionGraphData) SetDownload(v map[string]interface{})
- func (o PermissionGraphData) ToMap() (map[string]interface{}, error)
- type PermissionGroup
- func (o *PermissionGroup) GetId() int32
- func (o *PermissionGroup) GetIdOk() (*int32, bool)
- func (o *PermissionGroup) GetMemberCount() int32
- func (o *PermissionGroup) GetMemberCountOk() (*int32, bool)
- func (o *PermissionGroup) GetName() string
- func (o *PermissionGroup) GetNameOk() (*string, bool)
- func (o *PermissionGroup) HasId() bool
- func (o *PermissionGroup) HasMemberCount() bool
- func (o *PermissionGroup) HasName() bool
- func (o PermissionGroup) MarshalJSON() ([]byte, error)
- func (o *PermissionGroup) SetId(v int32)
- func (o *PermissionGroup) SetMemberCount(v int32)
- func (o *PermissionGroup) SetName(v string)
- func (o PermissionGroup) ToMap() (map[string]interface{}, error)
- type PermissionsApiService
- func (a *PermissionsApiService) GetPermissionsGraph(ctx context.Context) ApiGetPermissionsGraphRequest
- func (a *PermissionsApiService) GetPermissionsGraphExecute(r ApiGetPermissionsGraphRequest) (*PermissionsGraph, *http.Response, error)
- func (a *PermissionsApiService) GetPermissionsGroup(ctx context.Context) ApiGetPermissionsGroupRequest
- func (a *PermissionsApiService) GetPermissionsGroupExecute(r ApiGetPermissionsGroupRequest) ([]PermissionGroup, *http.Response, error)
- type PermissionsGraph
- func (o *PermissionsGraph) GetGroups() map[string]map[string]PermissionGraphData
- func (o *PermissionsGraph) GetGroupsOk() (*map[string]map[string]PermissionGraphData, bool)
- func (o *PermissionsGraph) GetRevision() int32
- func (o *PermissionsGraph) GetRevisionOk() (*int32, bool)
- func (o *PermissionsGraph) HasGroups() bool
- func (o *PermissionsGraph) HasRevision() bool
- func (o PermissionsGraph) MarshalJSON() ([]byte, error)
- func (o *PermissionsGraph) SetGroups(v map[string]map[string]PermissionGraphData)
- func (o *PermissionsGraph) SetRevision(v int32)
- func (o PermissionsGraph) ToMap() (map[string]interface{}, error)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
Constants ¶
This section is empty.
Variables ¶
var ( // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { DatabaseApi *DatabaseApiService DatasetApi *DatasetApiService PermissionsApi *PermissionsApiService // contains filtered or unexported fields }
APIClient manages communication with the Metabase API v1.0.0 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
func (*APIClient) HTTPClient ¶
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type ApiDatabaseMetadataRequest ¶
type ApiDatabaseMetadataRequest struct { ApiService *DatabaseApiService // contains filtered or unexported fields }
func (ApiDatabaseMetadataRequest) Execute ¶
func (r ApiDatabaseMetadataRequest) Execute() (*Database, *http.Response, error)
func (ApiDatabaseMetadataRequest) IncludeEditableDataModel ¶
func (r ApiDatabaseMetadataRequest) IncludeEditableDataModel(includeEditableDataModel bool) ApiDatabaseMetadataRequest
return tables for which the current user has data model editing permissions.
func (ApiDatabaseMetadataRequest) IncludeHidden ¶
func (r ApiDatabaseMetadataRequest) IncludeHidden(includeHidden bool) ApiDatabaseMetadataRequest
show hidden tables and fields.
type ApiGetPermissionsGraphRequest ¶
type ApiGetPermissionsGraphRequest struct { ApiService *PermissionsApiService // contains filtered or unexported fields }
func (ApiGetPermissionsGraphRequest) Execute ¶
func (r ApiGetPermissionsGraphRequest) Execute() (*PermissionsGraph, *http.Response, error)
type ApiGetPermissionsGroupRequest ¶
type ApiGetPermissionsGroupRequest struct { ApiService *PermissionsApiService // contains filtered or unexported fields }
func (ApiGetPermissionsGroupRequest) Execute ¶
func (r ApiGetPermissionsGroupRequest) Execute() ([]PermissionGroup, *http.Response, error)
type ApiListDatabasesRequest ¶
type ApiListDatabasesRequest struct { ApiService *DatabaseApiService // contains filtered or unexported fields }
func (ApiListDatabasesRequest) Execute ¶
func (r ApiListDatabasesRequest) Execute() (*DatabaseList, *http.Response, error)
func (ApiListDatabasesRequest) IncludeCards ¶
func (r ApiListDatabasesRequest) IncludeCards(includeCards bool) ApiListDatabasesRequest
value may be nil, or if non-nil, value must be a valid boolean string ('true' or 'false').
func (ApiListDatabasesRequest) IncludeTables ¶
func (r ApiListDatabasesRequest) IncludeTables(includeTables bool) ApiListDatabasesRequest
value may be nil, or if non-nil, value must be a valid boolean string ('true' or 'false').
type ApiQueryDatabaseRequest ¶
type ApiQueryDatabaseRequest struct { ApiService *DatasetApiService // contains filtered or unexported fields }
func (ApiQueryDatabaseRequest) DatasetQueryJsonQuery ¶
func (r ApiQueryDatabaseRequest) DatasetQueryJsonQuery(datasetQueryJsonQuery DatasetQueryJsonQuery) ApiQueryDatabaseRequest
func (ApiQueryDatabaseRequest) Execute ¶
func (r ApiQueryDatabaseRequest) Execute() (*DatasetQueryResults, *http.Response, error)
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type Database ¶
type Database struct { Id int64 `json:"id"` Name *string `json:"name,omitempty"` Description *string `json:"description,omitempty"` Features []string `json:"features,omitempty"` IsFullSync *bool `json:"is_full_sync,omitempty"` IsSample *bool `json:"is_sample,omitempty"` CacheFieldValuesSchedule *string `json:"cache_field_values_schedule,omitempty"` MetadataSyncSchedule *string `json:"metadata_sync_schedule,omitempty"` // type unknown Caveats *string `json:"caveats,omitempty"` Engine *string `json:"engine,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` NativePermissions *string `json:"native_permissions,omitempty"` // type unknown PointsOfInterest *string `json:"points_of_interest,omitempty"` Details map[string]interface{} `json:"details,omitempty"` Tables []DatabaseTable `json:"tables,omitempty"` }
Database struct for Database
func NewDatabase ¶
NewDatabase instantiates a new Database object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDatabaseWithDefaults ¶
func NewDatabaseWithDefaults() *Database
NewDatabaseWithDefaults instantiates a new Database object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Database) GetCacheFieldValuesSchedule ¶
GetCacheFieldValuesSchedule returns the CacheFieldValuesSchedule field value if set, zero value otherwise.
func (*Database) GetCacheFieldValuesScheduleOk ¶
GetCacheFieldValuesScheduleOk returns a tuple with the CacheFieldValuesSchedule field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Database) GetCaveats ¶
GetCaveats returns the Caveats field value if set, zero value otherwise.
func (*Database) GetCaveatsOk ¶
GetCaveatsOk returns a tuple with the Caveats field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Database) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*Database) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Database) GetDescription ¶
GetDescription returns the Description field value if set, zero value otherwise.
func (*Database) GetDescriptionOk ¶
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Database) GetDetails ¶
GetDetails returns the Details field value if set, zero value otherwise.
func (*Database) GetDetailsOk ¶
GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Database) GetEngineOk ¶
GetEngineOk returns a tuple with the Engine field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Database) GetFeatures ¶
GetFeatures returns the Features field value if set, zero value otherwise.
func (*Database) GetFeaturesOk ¶
GetFeaturesOk returns a tuple with the Features field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Database) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Database) GetIsFullSync ¶
GetIsFullSync returns the IsFullSync field value if set, zero value otherwise.
func (*Database) GetIsFullSyncOk ¶
GetIsFullSyncOk returns a tuple with the IsFullSync field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Database) GetIsSample ¶
GetIsSample returns the IsSample field value if set, zero value otherwise.
func (*Database) GetIsSampleOk ¶
GetIsSampleOk returns a tuple with the IsSample field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Database) GetMetadataSyncSchedule ¶
GetMetadataSyncSchedule returns the MetadataSyncSchedule field value if set, zero value otherwise.
func (*Database) GetMetadataSyncScheduleOk ¶
GetMetadataSyncScheduleOk returns a tuple with the MetadataSyncSchedule field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Database) GetNameOk ¶
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Database) GetNativePermissions ¶
GetNativePermissions returns the NativePermissions field value if set, zero value otherwise.
func (*Database) GetNativePermissionsOk ¶
GetNativePermissionsOk returns a tuple with the NativePermissions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Database) GetPointsOfInterest ¶
GetPointsOfInterest returns the PointsOfInterest field value if set, zero value otherwise.
func (*Database) GetPointsOfInterestOk ¶
GetPointsOfInterestOk returns a tuple with the PointsOfInterest field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Database) GetTables ¶
func (o *Database) GetTables() []DatabaseTable
GetTables returns the Tables field value if set, zero value otherwise.
func (*Database) GetTablesOk ¶
func (o *Database) GetTablesOk() ([]DatabaseTable, bool)
GetTablesOk returns a tuple with the Tables field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Database) GetUpdatedAt ¶
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*Database) GetUpdatedAtOk ¶
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Database) HasCacheFieldValuesSchedule ¶
HasCacheFieldValuesSchedule returns a boolean if a field has been set.
func (*Database) HasCaveats ¶
HasCaveats returns a boolean if a field has been set.
func (*Database) HasCreatedAt ¶
HasCreatedAt returns a boolean if a field has been set.
func (*Database) HasDescription ¶
HasDescription returns a boolean if a field has been set.
func (*Database) HasDetails ¶
HasDetails returns a boolean if a field has been set.
func (*Database) HasFeatures ¶
HasFeatures returns a boolean if a field has been set.
func (*Database) HasIsFullSync ¶
HasIsFullSync returns a boolean if a field has been set.
func (*Database) HasIsSample ¶
HasIsSample returns a boolean if a field has been set.
func (*Database) HasMetadataSyncSchedule ¶
HasMetadataSyncSchedule returns a boolean if a field has been set.
func (*Database) HasNativePermissions ¶
HasNativePermissions returns a boolean if a field has been set.
func (*Database) HasPointsOfInterest ¶
HasPointsOfInterest returns a boolean if a field has been set.
func (*Database) HasUpdatedAt ¶
HasUpdatedAt returns a boolean if a field has been set.
func (Database) MarshalJSON ¶
func (*Database) SetCacheFieldValuesSchedule ¶
SetCacheFieldValuesSchedule gets a reference to the given string and assigns it to the CacheFieldValuesSchedule field.
func (*Database) SetCaveats ¶
SetCaveats gets a reference to the given string and assigns it to the Caveats field.
func (*Database) SetCreatedAt ¶
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*Database) SetDescription ¶
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*Database) SetDetails ¶
SetDetails gets a reference to the given map[string]interface{} and assigns it to the Details field.
func (*Database) SetEngine ¶
SetEngine gets a reference to the given string and assigns it to the Engine field.
func (*Database) SetFeatures ¶
SetFeatures gets a reference to the given []string and assigns it to the Features field.
func (*Database) SetIsFullSync ¶
SetIsFullSync gets a reference to the given bool and assigns it to the IsFullSync field.
func (*Database) SetIsSample ¶
SetIsSample gets a reference to the given bool and assigns it to the IsSample field.
func (*Database) SetMetadataSyncSchedule ¶
SetMetadataSyncSchedule gets a reference to the given string and assigns it to the MetadataSyncSchedule field.
func (*Database) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*Database) SetNativePermissions ¶
SetNativePermissions gets a reference to the given string and assigns it to the NativePermissions field.
func (*Database) SetPointsOfInterest ¶
SetPointsOfInterest gets a reference to the given string and assigns it to the PointsOfInterest field.
func (*Database) SetTables ¶
func (o *Database) SetTables(v []DatabaseTable)
SetTables gets a reference to the given []DatabaseTable and assigns it to the Tables field.
func (*Database) SetUpdatedAt ¶
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
type DatabaseApiService ¶
type DatabaseApiService service
DatabaseApiService DatabaseApi service
func (*DatabaseApiService) DatabaseMetadata ¶
func (a *DatabaseApiService) DatabaseMetadata(ctx context.Context, databaseId int32) ApiDatabaseMetadataRequest
DatabaseMetadata Get metadata about a Database.
Get metadata about a Database, including all of its Tables and Fields. Returns DB, fields, and field values. By default only non-hidden tables and fields are returned.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param databaseId The database ID @return ApiDatabaseMetadataRequest
func (*DatabaseApiService) DatabaseMetadataExecute ¶
func (a *DatabaseApiService) DatabaseMetadataExecute(r ApiDatabaseMetadataRequest) (*Database, *http.Response, error)
Execute executes the request
@return Database
func (*DatabaseApiService) ListDatabases ¶
func (a *DatabaseApiService) ListDatabases(ctx context.Context) ApiListDatabasesRequest
ListDatabases List Databases
Fetch all Databases. include_tables means we should hydrate the Tables belonging to each DB. include_cards here means we should also include virtual Table entries for saved Questions, e.g. so we can easily use them as source Tables in queries. Default for both is false.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListDatabasesRequest
func (*DatabaseApiService) ListDatabasesExecute ¶
func (a *DatabaseApiService) ListDatabasesExecute(r ApiListDatabasesRequest) (*DatabaseList, *http.Response, error)
Execute executes the request
@return DatabaseList
type DatabaseList ¶
type DatabaseList struct { Data []Database `json:"data,omitempty"` Total *int32 `json:"total,omitempty"` }
DatabaseList struct for DatabaseList
func NewDatabaseList ¶
func NewDatabaseList() *DatabaseList
NewDatabaseList instantiates a new DatabaseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDatabaseListWithDefaults ¶
func NewDatabaseListWithDefaults() *DatabaseList
NewDatabaseListWithDefaults instantiates a new DatabaseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DatabaseList) GetData ¶
func (o *DatabaseList) GetData() []Database
GetData returns the Data field value if set, zero value otherwise.
func (*DatabaseList) GetDataOk ¶
func (o *DatabaseList) GetDataOk() ([]Database, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatabaseList) GetTotal ¶
func (o *DatabaseList) GetTotal() int32
GetTotal returns the Total field value if set, zero value otherwise.
func (*DatabaseList) GetTotalOk ¶
func (o *DatabaseList) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatabaseList) HasData ¶
func (o *DatabaseList) HasData() bool
HasData returns a boolean if a field has been set.
func (*DatabaseList) HasTotal ¶
func (o *DatabaseList) HasTotal() bool
HasTotal returns a boolean if a field has been set.
func (DatabaseList) MarshalJSON ¶
func (o DatabaseList) MarshalJSON() ([]byte, error)
func (*DatabaseList) SetData ¶
func (o *DatabaseList) SetData(v []Database)
SetData gets a reference to the given []Database and assigns it to the Data field.
func (*DatabaseList) SetTotal ¶
func (o *DatabaseList) SetTotal(v int32)
SetTotal gets a reference to the given int32 and assigns it to the Total field.
func (DatabaseList) ToMap ¶
func (o DatabaseList) ToMap() (map[string]interface{}, error)
type DatabaseTable ¶
type DatabaseTable struct { Description *string `json:"description,omitempty"` // unknown type EntityType *string `json:"entity_type,omitempty"` Schema *string `json:"schema,omitempty"` // unknown type RawTableId *string `json:"raw_table_id,omitempty"` ShowInGettingStarted *bool `json:"show_in_getting_started,omitempty"` Name *string `json:"name,omitempty"` // unknown type Caveats *string `json:"caveats,omitempty"` Rows *int64 `json:"rows,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` // unknown type EntityName *string `json:"entity_name,omitempty"` Active *bool `json:"active,omitempty"` Id *int64 `json:"id,omitempty"` DbId *int64 `json:"db_id,omitempty"` // unknown type VisibilityType *string `json:"visibility_type,omitempty"` DisplayName *string `json:"display_name,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` // unknown type PointsOfInterest *string `json:"points_of_interest,omitempty"` }
DatabaseTable struct for DatabaseTable
func NewDatabaseTable ¶
func NewDatabaseTable() *DatabaseTable
NewDatabaseTable instantiates a new DatabaseTable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDatabaseTableWithDefaults ¶
func NewDatabaseTableWithDefaults() *DatabaseTable
NewDatabaseTableWithDefaults instantiates a new DatabaseTable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DatabaseTable) GetActive ¶
func (o *DatabaseTable) GetActive() bool
GetActive returns the Active field value if set, zero value otherwise.
func (*DatabaseTable) GetActiveOk ¶
func (o *DatabaseTable) GetActiveOk() (*bool, bool)
GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatabaseTable) GetCaveats ¶
func (o *DatabaseTable) GetCaveats() string
GetCaveats returns the Caveats field value if set, zero value otherwise.
func (*DatabaseTable) GetCaveatsOk ¶
func (o *DatabaseTable) GetCaveatsOk() (*string, bool)
GetCaveatsOk returns a tuple with the Caveats field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatabaseTable) GetCreatedAt ¶
func (o *DatabaseTable) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*DatabaseTable) GetCreatedAtOk ¶
func (o *DatabaseTable) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatabaseTable) GetDbId ¶
func (o *DatabaseTable) GetDbId() int64
GetDbId returns the DbId field value if set, zero value otherwise.
func (*DatabaseTable) GetDbIdOk ¶
func (o *DatabaseTable) GetDbIdOk() (*int64, bool)
GetDbIdOk returns a tuple with the DbId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatabaseTable) GetDescription ¶
func (o *DatabaseTable) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*DatabaseTable) GetDescriptionOk ¶
func (o *DatabaseTable) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatabaseTable) GetDisplayName ¶
func (o *DatabaseTable) GetDisplayName() string
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*DatabaseTable) GetDisplayNameOk ¶
func (o *DatabaseTable) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatabaseTable) GetEntityName ¶
func (o *DatabaseTable) GetEntityName() string
GetEntityName returns the EntityName field value if set, zero value otherwise.
func (*DatabaseTable) GetEntityNameOk ¶
func (o *DatabaseTable) GetEntityNameOk() (*string, bool)
GetEntityNameOk returns a tuple with the EntityName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatabaseTable) GetEntityType ¶
func (o *DatabaseTable) GetEntityType() string
GetEntityType returns the EntityType field value if set, zero value otherwise.
func (*DatabaseTable) GetEntityTypeOk ¶
func (o *DatabaseTable) GetEntityTypeOk() (*string, bool)
GetEntityTypeOk returns a tuple with the EntityType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatabaseTable) GetId ¶
func (o *DatabaseTable) GetId() int64
GetId returns the Id field value if set, zero value otherwise.
func (*DatabaseTable) GetIdOk ¶
func (o *DatabaseTable) GetIdOk() (*int64, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatabaseTable) GetName ¶
func (o *DatabaseTable) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*DatabaseTable) GetNameOk ¶
func (o *DatabaseTable) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatabaseTable) GetPointsOfInterest ¶
func (o *DatabaseTable) GetPointsOfInterest() string
GetPointsOfInterest returns the PointsOfInterest field value if set, zero value otherwise.
func (*DatabaseTable) GetPointsOfInterestOk ¶
func (o *DatabaseTable) GetPointsOfInterestOk() (*string, bool)
GetPointsOfInterestOk returns a tuple with the PointsOfInterest field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatabaseTable) GetRawTableId ¶
func (o *DatabaseTable) GetRawTableId() string
GetRawTableId returns the RawTableId field value if set, zero value otherwise.
func (*DatabaseTable) GetRawTableIdOk ¶
func (o *DatabaseTable) GetRawTableIdOk() (*string, bool)
GetRawTableIdOk returns a tuple with the RawTableId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatabaseTable) GetRows ¶
func (o *DatabaseTable) GetRows() int64
GetRows returns the Rows field value if set, zero value otherwise.
func (*DatabaseTable) GetRowsOk ¶
func (o *DatabaseTable) GetRowsOk() (*int64, bool)
GetRowsOk returns a tuple with the Rows field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatabaseTable) GetSchema ¶
func (o *DatabaseTable) GetSchema() string
GetSchema returns the Schema field value if set, zero value otherwise.
func (*DatabaseTable) GetSchemaOk ¶
func (o *DatabaseTable) GetSchemaOk() (*string, bool)
GetSchemaOk returns a tuple with the Schema field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatabaseTable) GetShowInGettingStarted ¶
func (o *DatabaseTable) GetShowInGettingStarted() bool
GetShowInGettingStarted returns the ShowInGettingStarted field value if set, zero value otherwise.
func (*DatabaseTable) GetShowInGettingStartedOk ¶
func (o *DatabaseTable) GetShowInGettingStartedOk() (*bool, bool)
GetShowInGettingStartedOk returns a tuple with the ShowInGettingStarted field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatabaseTable) GetUpdatedAt ¶
func (o *DatabaseTable) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*DatabaseTable) GetUpdatedAtOk ¶
func (o *DatabaseTable) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatabaseTable) GetVisibilityType ¶
func (o *DatabaseTable) GetVisibilityType() string
GetVisibilityType returns the VisibilityType field value if set, zero value otherwise.
func (*DatabaseTable) GetVisibilityTypeOk ¶
func (o *DatabaseTable) GetVisibilityTypeOk() (*string, bool)
GetVisibilityTypeOk returns a tuple with the VisibilityType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatabaseTable) HasActive ¶
func (o *DatabaseTable) HasActive() bool
HasActive returns a boolean if a field has been set.
func (*DatabaseTable) HasCaveats ¶
func (o *DatabaseTable) HasCaveats() bool
HasCaveats returns a boolean if a field has been set.
func (*DatabaseTable) HasCreatedAt ¶
func (o *DatabaseTable) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*DatabaseTable) HasDbId ¶
func (o *DatabaseTable) HasDbId() bool
HasDbId returns a boolean if a field has been set.
func (*DatabaseTable) HasDescription ¶
func (o *DatabaseTable) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*DatabaseTable) HasDisplayName ¶
func (o *DatabaseTable) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (*DatabaseTable) HasEntityName ¶
func (o *DatabaseTable) HasEntityName() bool
HasEntityName returns a boolean if a field has been set.
func (*DatabaseTable) HasEntityType ¶
func (o *DatabaseTable) HasEntityType() bool
HasEntityType returns a boolean if a field has been set.
func (*DatabaseTable) HasId ¶
func (o *DatabaseTable) HasId() bool
HasId returns a boolean if a field has been set.
func (*DatabaseTable) HasName ¶
func (o *DatabaseTable) HasName() bool
HasName returns a boolean if a field has been set.
func (*DatabaseTable) HasPointsOfInterest ¶
func (o *DatabaseTable) HasPointsOfInterest() bool
HasPointsOfInterest returns a boolean if a field has been set.
func (*DatabaseTable) HasRawTableId ¶
func (o *DatabaseTable) HasRawTableId() bool
HasRawTableId returns a boolean if a field has been set.
func (*DatabaseTable) HasRows ¶
func (o *DatabaseTable) HasRows() bool
HasRows returns a boolean if a field has been set.
func (*DatabaseTable) HasSchema ¶
func (o *DatabaseTable) HasSchema() bool
HasSchema returns a boolean if a field has been set.
func (*DatabaseTable) HasShowInGettingStarted ¶
func (o *DatabaseTable) HasShowInGettingStarted() bool
HasShowInGettingStarted returns a boolean if a field has been set.
func (*DatabaseTable) HasUpdatedAt ¶
func (o *DatabaseTable) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*DatabaseTable) HasVisibilityType ¶
func (o *DatabaseTable) HasVisibilityType() bool
HasVisibilityType returns a boolean if a field has been set.
func (DatabaseTable) MarshalJSON ¶
func (o DatabaseTable) MarshalJSON() ([]byte, error)
func (*DatabaseTable) SetActive ¶
func (o *DatabaseTable) SetActive(v bool)
SetActive gets a reference to the given bool and assigns it to the Active field.
func (*DatabaseTable) SetCaveats ¶
func (o *DatabaseTable) SetCaveats(v string)
SetCaveats gets a reference to the given string and assigns it to the Caveats field.
func (*DatabaseTable) SetCreatedAt ¶
func (o *DatabaseTable) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*DatabaseTable) SetDbId ¶
func (o *DatabaseTable) SetDbId(v int64)
SetDbId gets a reference to the given int64 and assigns it to the DbId field.
func (*DatabaseTable) SetDescription ¶
func (o *DatabaseTable) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*DatabaseTable) SetDisplayName ¶
func (o *DatabaseTable) SetDisplayName(v string)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*DatabaseTable) SetEntityName ¶
func (o *DatabaseTable) SetEntityName(v string)
SetEntityName gets a reference to the given string and assigns it to the EntityName field.
func (*DatabaseTable) SetEntityType ¶
func (o *DatabaseTable) SetEntityType(v string)
SetEntityType gets a reference to the given string and assigns it to the EntityType field.
func (*DatabaseTable) SetId ¶
func (o *DatabaseTable) SetId(v int64)
SetId gets a reference to the given int64 and assigns it to the Id field.
func (*DatabaseTable) SetName ¶
func (o *DatabaseTable) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*DatabaseTable) SetPointsOfInterest ¶
func (o *DatabaseTable) SetPointsOfInterest(v string)
SetPointsOfInterest gets a reference to the given string and assigns it to the PointsOfInterest field.
func (*DatabaseTable) SetRawTableId ¶
func (o *DatabaseTable) SetRawTableId(v string)
SetRawTableId gets a reference to the given string and assigns it to the RawTableId field.
func (*DatabaseTable) SetRows ¶
func (o *DatabaseTable) SetRows(v int64)
SetRows gets a reference to the given int64 and assigns it to the Rows field.
func (*DatabaseTable) SetSchema ¶
func (o *DatabaseTable) SetSchema(v string)
SetSchema gets a reference to the given string and assigns it to the Schema field.
func (*DatabaseTable) SetShowInGettingStarted ¶
func (o *DatabaseTable) SetShowInGettingStarted(v bool)
SetShowInGettingStarted gets a reference to the given bool and assigns it to the ShowInGettingStarted field.
func (*DatabaseTable) SetUpdatedAt ¶
func (o *DatabaseTable) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (*DatabaseTable) SetVisibilityType ¶
func (o *DatabaseTable) SetVisibilityType(v string)
SetVisibilityType gets a reference to the given string and assigns it to the VisibilityType field.
func (DatabaseTable) ToMap ¶
func (o DatabaseTable) ToMap() (map[string]interface{}, error)
type DatasetApiService ¶
type DatasetApiService service
DatasetApiService DatasetApi service
func (*DatasetApiService) QueryDatabase ¶
func (a *DatasetApiService) QueryDatabase(ctx context.Context) ApiQueryDatabaseRequest
QueryDatabase Execute a query
Execute a query and retrieve the results in the usual format.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiQueryDatabaseRequest
func (*DatasetApiService) QueryDatabaseExecute ¶
func (a *DatasetApiService) QueryDatabaseExecute(r ApiQueryDatabaseRequest) (*DatasetQueryResults, *http.Response, error)
Execute executes the request
@return DatasetQueryResults
type DatasetQueryConstraints ¶
type DatasetQueryConstraints struct { MaxResults *int64 `json:"max-results,omitempty"` MaxResultsBareRows *int64 `json:"max-results-bare-rows,omitempty"` }
DatasetQueryConstraints struct for DatasetQueryConstraints
func NewDatasetQueryConstraints ¶
func NewDatasetQueryConstraints() *DatasetQueryConstraints
NewDatasetQueryConstraints instantiates a new DatasetQueryConstraints object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDatasetQueryConstraintsWithDefaults ¶
func NewDatasetQueryConstraintsWithDefaults() *DatasetQueryConstraints
NewDatasetQueryConstraintsWithDefaults instantiates a new DatasetQueryConstraints object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DatasetQueryConstraints) GetMaxResults ¶
func (o *DatasetQueryConstraints) GetMaxResults() int64
GetMaxResults returns the MaxResults field value if set, zero value otherwise.
func (*DatasetQueryConstraints) GetMaxResultsBareRows ¶
func (o *DatasetQueryConstraints) GetMaxResultsBareRows() int64
GetMaxResultsBareRows returns the MaxResultsBareRows field value if set, zero value otherwise.
func (*DatasetQueryConstraints) GetMaxResultsBareRowsOk ¶
func (o *DatasetQueryConstraints) GetMaxResultsBareRowsOk() (*int64, bool)
GetMaxResultsBareRowsOk returns a tuple with the MaxResultsBareRows field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryConstraints) GetMaxResultsOk ¶
func (o *DatasetQueryConstraints) GetMaxResultsOk() (*int64, bool)
GetMaxResultsOk returns a tuple with the MaxResults field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryConstraints) HasMaxResults ¶
func (o *DatasetQueryConstraints) HasMaxResults() bool
HasMaxResults returns a boolean if a field has been set.
func (*DatasetQueryConstraints) HasMaxResultsBareRows ¶
func (o *DatasetQueryConstraints) HasMaxResultsBareRows() bool
HasMaxResultsBareRows returns a boolean if a field has been set.
func (DatasetQueryConstraints) MarshalJSON ¶
func (o DatasetQueryConstraints) MarshalJSON() ([]byte, error)
func (*DatasetQueryConstraints) SetMaxResults ¶
func (o *DatasetQueryConstraints) SetMaxResults(v int64)
SetMaxResults gets a reference to the given int64 and assigns it to the MaxResults field.
func (*DatasetQueryConstraints) SetMaxResultsBareRows ¶
func (o *DatasetQueryConstraints) SetMaxResultsBareRows(v int64)
SetMaxResultsBareRows gets a reference to the given int64 and assigns it to the MaxResultsBareRows field.
func (DatasetQueryConstraints) ToMap ¶
func (o DatasetQueryConstraints) ToMap() (map[string]interface{}, error)
type DatasetQueryDsl ¶
type DatasetQueryDsl struct { SourceTable *int64 `json:"source_table,omitempty"` Limit *int64 `json:"limit,omitempty"` Page *DatasetQueryDslPage `json:"page,omitempty"` }
DatasetQueryDsl Dataset query request and response object
func NewDatasetQueryDsl ¶
func NewDatasetQueryDsl() *DatasetQueryDsl
NewDatasetQueryDsl instantiates a new DatasetQueryDsl object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDatasetQueryDslWithDefaults ¶
func NewDatasetQueryDslWithDefaults() *DatasetQueryDsl
NewDatasetQueryDslWithDefaults instantiates a new DatasetQueryDsl object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DatasetQueryDsl) GetLimit ¶
func (o *DatasetQueryDsl) GetLimit() int64
GetLimit returns the Limit field value if set, zero value otherwise.
func (*DatasetQueryDsl) GetLimitOk ¶
func (o *DatasetQueryDsl) GetLimitOk() (*int64, bool)
GetLimitOk returns a tuple with the Limit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryDsl) GetPage ¶
func (o *DatasetQueryDsl) GetPage() DatasetQueryDslPage
GetPage returns the Page field value if set, zero value otherwise.
func (*DatasetQueryDsl) GetPageOk ¶
func (o *DatasetQueryDsl) GetPageOk() (*DatasetQueryDslPage, bool)
GetPageOk returns a tuple with the Page field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryDsl) GetSourceTable ¶
func (o *DatasetQueryDsl) GetSourceTable() int64
GetSourceTable returns the SourceTable field value if set, zero value otherwise.
func (*DatasetQueryDsl) GetSourceTableOk ¶
func (o *DatasetQueryDsl) GetSourceTableOk() (*int64, bool)
GetSourceTableOk returns a tuple with the SourceTable field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryDsl) HasLimit ¶
func (o *DatasetQueryDsl) HasLimit() bool
HasLimit returns a boolean if a field has been set.
func (*DatasetQueryDsl) HasPage ¶
func (o *DatasetQueryDsl) HasPage() bool
HasPage returns a boolean if a field has been set.
func (*DatasetQueryDsl) HasSourceTable ¶
func (o *DatasetQueryDsl) HasSourceTable() bool
HasSourceTable returns a boolean if a field has been set.
func (DatasetQueryDsl) MarshalJSON ¶
func (o DatasetQueryDsl) MarshalJSON() ([]byte, error)
func (*DatasetQueryDsl) SetLimit ¶
func (o *DatasetQueryDsl) SetLimit(v int64)
SetLimit gets a reference to the given int64 and assigns it to the Limit field.
func (*DatasetQueryDsl) SetPage ¶
func (o *DatasetQueryDsl) SetPage(v DatasetQueryDslPage)
SetPage gets a reference to the given DatasetQueryDslPage and assigns it to the Page field.
func (*DatasetQueryDsl) SetSourceTable ¶
func (o *DatasetQueryDsl) SetSourceTable(v int64)
SetSourceTable gets a reference to the given int64 and assigns it to the SourceTable field.
func (DatasetQueryDsl) ToMap ¶
func (o DatasetQueryDsl) ToMap() (map[string]interface{}, error)
type DatasetQueryDslPage ¶
type DatasetQueryDslPage struct { Page *int64 `json:"page,omitempty"` Items *int64 `json:"items,omitempty"` }
DatasetQueryDslPage struct for DatasetQueryDslPage
func NewDatasetQueryDslPage ¶
func NewDatasetQueryDslPage() *DatasetQueryDslPage
NewDatasetQueryDslPage instantiates a new DatasetQueryDslPage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDatasetQueryDslPageWithDefaults ¶
func NewDatasetQueryDslPageWithDefaults() *DatasetQueryDslPage
NewDatasetQueryDslPageWithDefaults instantiates a new DatasetQueryDslPage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DatasetQueryDslPage) GetItems ¶
func (o *DatasetQueryDslPage) GetItems() int64
GetItems returns the Items field value if set, zero value otherwise.
func (*DatasetQueryDslPage) GetItemsOk ¶
func (o *DatasetQueryDslPage) GetItemsOk() (*int64, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryDslPage) GetPage ¶
func (o *DatasetQueryDslPage) GetPage() int64
GetPage returns the Page field value if set, zero value otherwise.
func (*DatasetQueryDslPage) GetPageOk ¶
func (o *DatasetQueryDslPage) GetPageOk() (*int64, bool)
GetPageOk returns a tuple with the Page field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryDslPage) HasItems ¶
func (o *DatasetQueryDslPage) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*DatasetQueryDslPage) HasPage ¶
func (o *DatasetQueryDslPage) HasPage() bool
HasPage returns a boolean if a field has been set.
func (DatasetQueryDslPage) MarshalJSON ¶
func (o DatasetQueryDslPage) MarshalJSON() ([]byte, error)
func (*DatasetQueryDslPage) SetItems ¶
func (o *DatasetQueryDslPage) SetItems(v int64)
SetItems gets a reference to the given int64 and assigns it to the Items field.
func (*DatasetQueryDslPage) SetPage ¶
func (o *DatasetQueryDslPage) SetPage(v int64)
SetPage gets a reference to the given int64 and assigns it to the Page field.
func (DatasetQueryDslPage) ToMap ¶
func (o DatasetQueryDslPage) ToMap() (map[string]interface{}, error)
type DatasetQueryJsonQuery ¶
type DatasetQueryJsonQuery struct { Database *int64 `json:"database,omitempty"` Type *string `json:"type,omitempty"` Native *DatasetQueryNative `json:"native,omitempty"` Query *DatasetQueryDsl `json:"query,omitempty"` Constraints *DatasetQueryConstraints `json:"constraints,omitempty"` }
DatasetQueryJsonQuery struct for DatasetQueryJsonQuery
func NewDatasetQueryJsonQuery ¶
func NewDatasetQueryJsonQuery() *DatasetQueryJsonQuery
NewDatasetQueryJsonQuery instantiates a new DatasetQueryJsonQuery object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDatasetQueryJsonQueryWithDefaults ¶
func NewDatasetQueryJsonQueryWithDefaults() *DatasetQueryJsonQuery
NewDatasetQueryJsonQueryWithDefaults instantiates a new DatasetQueryJsonQuery object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DatasetQueryJsonQuery) GetConstraints ¶
func (o *DatasetQueryJsonQuery) GetConstraints() DatasetQueryConstraints
GetConstraints returns the Constraints field value if set, zero value otherwise.
func (*DatasetQueryJsonQuery) GetConstraintsOk ¶
func (o *DatasetQueryJsonQuery) GetConstraintsOk() (*DatasetQueryConstraints, bool)
GetConstraintsOk returns a tuple with the Constraints field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryJsonQuery) GetDatabase ¶
func (o *DatasetQueryJsonQuery) GetDatabase() int64
GetDatabase returns the Database field value if set, zero value otherwise.
func (*DatasetQueryJsonQuery) GetDatabaseOk ¶
func (o *DatasetQueryJsonQuery) GetDatabaseOk() (*int64, bool)
GetDatabaseOk returns a tuple with the Database field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryJsonQuery) GetNative ¶
func (o *DatasetQueryJsonQuery) GetNative() DatasetQueryNative
GetNative returns the Native field value if set, zero value otherwise.
func (*DatasetQueryJsonQuery) GetNativeOk ¶
func (o *DatasetQueryJsonQuery) GetNativeOk() (*DatasetQueryNative, bool)
GetNativeOk returns a tuple with the Native field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryJsonQuery) GetQuery ¶
func (o *DatasetQueryJsonQuery) GetQuery() DatasetQueryDsl
GetQuery returns the Query field value if set, zero value otherwise.
func (*DatasetQueryJsonQuery) GetQueryOk ¶
func (o *DatasetQueryJsonQuery) GetQueryOk() (*DatasetQueryDsl, bool)
GetQueryOk returns a tuple with the Query field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryJsonQuery) GetType ¶
func (o *DatasetQueryJsonQuery) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*DatasetQueryJsonQuery) GetTypeOk ¶
func (o *DatasetQueryJsonQuery) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryJsonQuery) HasConstraints ¶
func (o *DatasetQueryJsonQuery) HasConstraints() bool
HasConstraints returns a boolean if a field has been set.
func (*DatasetQueryJsonQuery) HasDatabase ¶
func (o *DatasetQueryJsonQuery) HasDatabase() bool
HasDatabase returns a boolean if a field has been set.
func (*DatasetQueryJsonQuery) HasNative ¶
func (o *DatasetQueryJsonQuery) HasNative() bool
HasNative returns a boolean if a field has been set.
func (*DatasetQueryJsonQuery) HasQuery ¶
func (o *DatasetQueryJsonQuery) HasQuery() bool
HasQuery returns a boolean if a field has been set.
func (*DatasetQueryJsonQuery) HasType ¶
func (o *DatasetQueryJsonQuery) HasType() bool
HasType returns a boolean if a field has been set.
func (DatasetQueryJsonQuery) MarshalJSON ¶
func (o DatasetQueryJsonQuery) MarshalJSON() ([]byte, error)
func (*DatasetQueryJsonQuery) SetConstraints ¶
func (o *DatasetQueryJsonQuery) SetConstraints(v DatasetQueryConstraints)
SetConstraints gets a reference to the given DatasetQueryConstraints and assigns it to the Constraints field.
func (*DatasetQueryJsonQuery) SetDatabase ¶
func (o *DatasetQueryJsonQuery) SetDatabase(v int64)
SetDatabase gets a reference to the given int64 and assigns it to the Database field.
func (*DatasetQueryJsonQuery) SetNative ¶
func (o *DatasetQueryJsonQuery) SetNative(v DatasetQueryNative)
SetNative gets a reference to the given DatasetQueryNative and assigns it to the Native field.
func (*DatasetQueryJsonQuery) SetQuery ¶
func (o *DatasetQueryJsonQuery) SetQuery(v DatasetQueryDsl)
SetQuery gets a reference to the given DatasetQueryDsl and assigns it to the Query field.
func (*DatasetQueryJsonQuery) SetType ¶
func (o *DatasetQueryJsonQuery) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (DatasetQueryJsonQuery) ToMap ¶
func (o DatasetQueryJsonQuery) ToMap() (map[string]interface{}, error)
type DatasetQueryNative ¶
type DatasetQueryNative struct {
Query *string `json:"query,omitempty"`
}
DatasetQueryNative struct for DatasetQueryNative
func NewDatasetQueryNative ¶
func NewDatasetQueryNative() *DatasetQueryNative
NewDatasetQueryNative instantiates a new DatasetQueryNative object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDatasetQueryNativeWithDefaults ¶
func NewDatasetQueryNativeWithDefaults() *DatasetQueryNative
NewDatasetQueryNativeWithDefaults instantiates a new DatasetQueryNative object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DatasetQueryNative) GetQuery ¶
func (o *DatasetQueryNative) GetQuery() string
GetQuery returns the Query field value if set, zero value otherwise.
func (*DatasetQueryNative) GetQueryOk ¶
func (o *DatasetQueryNative) GetQueryOk() (*string, bool)
GetQueryOk returns a tuple with the Query field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryNative) HasQuery ¶
func (o *DatasetQueryNative) HasQuery() bool
HasQuery returns a boolean if a field has been set.
func (DatasetQueryNative) MarshalJSON ¶
func (o DatasetQueryNative) MarshalJSON() ([]byte, error)
func (*DatasetQueryNative) SetQuery ¶
func (o *DatasetQueryNative) SetQuery(v string)
SetQuery gets a reference to the given string and assigns it to the Query field.
func (DatasetQueryNative) ToMap ¶
func (o DatasetQueryNative) ToMap() (map[string]interface{}, error)
type DatasetQueryOpts ¶
type DatasetQueryOpts struct { Description *string `json:"description,omitempty"` // unknown type EntityType interface{} `json:"entity_type,omitempty"` }
DatasetQueryOpts struct for DatasetQueryOpts
func NewDatasetQueryOpts ¶
func NewDatasetQueryOpts() *DatasetQueryOpts
NewDatasetQueryOpts instantiates a new DatasetQueryOpts object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDatasetQueryOptsWithDefaults ¶
func NewDatasetQueryOptsWithDefaults() *DatasetQueryOpts
NewDatasetQueryOptsWithDefaults instantiates a new DatasetQueryOpts object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DatasetQueryOpts) GetDescription ¶
func (o *DatasetQueryOpts) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*DatasetQueryOpts) GetDescriptionOk ¶
func (o *DatasetQueryOpts) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryOpts) GetEntityType ¶
func (o *DatasetQueryOpts) GetEntityType() interface{}
GetEntityType returns the EntityType field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DatasetQueryOpts) GetEntityTypeOk ¶
func (o *DatasetQueryOpts) GetEntityTypeOk() (*interface{}, bool)
GetEntityTypeOk returns a tuple with the EntityType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DatasetQueryOpts) HasDescription ¶
func (o *DatasetQueryOpts) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*DatasetQueryOpts) HasEntityType ¶
func (o *DatasetQueryOpts) HasEntityType() bool
HasEntityType returns a boolean if a field has been set.
func (DatasetQueryOpts) MarshalJSON ¶
func (o DatasetQueryOpts) MarshalJSON() ([]byte, error)
func (*DatasetQueryOpts) SetDescription ¶
func (o *DatasetQueryOpts) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*DatasetQueryOpts) SetEntityType ¶
func (o *DatasetQueryOpts) SetEntityType(v interface{})
SetEntityType gets a reference to the given interface{} and assigns it to the EntityType field.
func (DatasetQueryOpts) ToMap ¶
func (o DatasetQueryOpts) ToMap() (map[string]interface{}, error)
type DatasetQueryResults ¶
type DatasetQueryResults struct { StartedAt *time.Time `json:"started_at,omitempty"` JsonQuery *DatasetQueryJsonQuery `json:"json_query,omitempty"` // type unknown AverageExecutionTime *string `json:"average_execution_time,omitempty"` Status *string `json:"status,omitempty"` Context *string `json:"context,omitempty"` RowCount *int64 `json:"row_count,omitempty"` RunningTime *int64 `json:"running_time,omitempty"` Data *DatasetQueryResultsData `json:"data,omitempty"` }
DatasetQueryResults struct for DatasetQueryResults
func NewDatasetQueryResults ¶
func NewDatasetQueryResults() *DatasetQueryResults
NewDatasetQueryResults instantiates a new DatasetQueryResults object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDatasetQueryResultsWithDefaults ¶
func NewDatasetQueryResultsWithDefaults() *DatasetQueryResults
NewDatasetQueryResultsWithDefaults instantiates a new DatasetQueryResults object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DatasetQueryResults) GetAverageExecutionTime ¶
func (o *DatasetQueryResults) GetAverageExecutionTime() string
GetAverageExecutionTime returns the AverageExecutionTime field value if set, zero value otherwise.
func (*DatasetQueryResults) GetAverageExecutionTimeOk ¶
func (o *DatasetQueryResults) GetAverageExecutionTimeOk() (*string, bool)
GetAverageExecutionTimeOk returns a tuple with the AverageExecutionTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResults) GetContext ¶
func (o *DatasetQueryResults) GetContext() string
GetContext returns the Context field value if set, zero value otherwise.
func (*DatasetQueryResults) GetContextOk ¶
func (o *DatasetQueryResults) GetContextOk() (*string, bool)
GetContextOk returns a tuple with the Context field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResults) GetData ¶
func (o *DatasetQueryResults) GetData() DatasetQueryResultsData
GetData returns the Data field value if set, zero value otherwise.
func (*DatasetQueryResults) GetDataOk ¶
func (o *DatasetQueryResults) GetDataOk() (*DatasetQueryResultsData, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResults) GetJsonQuery ¶
func (o *DatasetQueryResults) GetJsonQuery() DatasetQueryJsonQuery
GetJsonQuery returns the JsonQuery field value if set, zero value otherwise.
func (*DatasetQueryResults) GetJsonQueryOk ¶
func (o *DatasetQueryResults) GetJsonQueryOk() (*DatasetQueryJsonQuery, bool)
GetJsonQueryOk returns a tuple with the JsonQuery field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResults) GetRowCount ¶
func (o *DatasetQueryResults) GetRowCount() int64
GetRowCount returns the RowCount field value if set, zero value otherwise.
func (*DatasetQueryResults) GetRowCountOk ¶
func (o *DatasetQueryResults) GetRowCountOk() (*int64, bool)
GetRowCountOk returns a tuple with the RowCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResults) GetRunningTime ¶
func (o *DatasetQueryResults) GetRunningTime() int64
GetRunningTime returns the RunningTime field value if set, zero value otherwise.
func (*DatasetQueryResults) GetRunningTimeOk ¶
func (o *DatasetQueryResults) GetRunningTimeOk() (*int64, bool)
GetRunningTimeOk returns a tuple with the RunningTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResults) GetStartedAt ¶
func (o *DatasetQueryResults) GetStartedAt() time.Time
GetStartedAt returns the StartedAt field value if set, zero value otherwise.
func (*DatasetQueryResults) GetStartedAtOk ¶
func (o *DatasetQueryResults) GetStartedAtOk() (*time.Time, bool)
GetStartedAtOk returns a tuple with the StartedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResults) GetStatus ¶
func (o *DatasetQueryResults) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*DatasetQueryResults) GetStatusOk ¶
func (o *DatasetQueryResults) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResults) HasAverageExecutionTime ¶
func (o *DatasetQueryResults) HasAverageExecutionTime() bool
HasAverageExecutionTime returns a boolean if a field has been set.
func (*DatasetQueryResults) HasContext ¶
func (o *DatasetQueryResults) HasContext() bool
HasContext returns a boolean if a field has been set.
func (*DatasetQueryResults) HasData ¶
func (o *DatasetQueryResults) HasData() bool
HasData returns a boolean if a field has been set.
func (*DatasetQueryResults) HasJsonQuery ¶
func (o *DatasetQueryResults) HasJsonQuery() bool
HasJsonQuery returns a boolean if a field has been set.
func (*DatasetQueryResults) HasRowCount ¶
func (o *DatasetQueryResults) HasRowCount() bool
HasRowCount returns a boolean if a field has been set.
func (*DatasetQueryResults) HasRunningTime ¶
func (o *DatasetQueryResults) HasRunningTime() bool
HasRunningTime returns a boolean if a field has been set.
func (*DatasetQueryResults) HasStartedAt ¶
func (o *DatasetQueryResults) HasStartedAt() bool
HasStartedAt returns a boolean if a field has been set.
func (*DatasetQueryResults) HasStatus ¶
func (o *DatasetQueryResults) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (DatasetQueryResults) MarshalJSON ¶
func (o DatasetQueryResults) MarshalJSON() ([]byte, error)
func (*DatasetQueryResults) SetAverageExecutionTime ¶
func (o *DatasetQueryResults) SetAverageExecutionTime(v string)
SetAverageExecutionTime gets a reference to the given string and assigns it to the AverageExecutionTime field.
func (*DatasetQueryResults) SetContext ¶
func (o *DatasetQueryResults) SetContext(v string)
SetContext gets a reference to the given string and assigns it to the Context field.
func (*DatasetQueryResults) SetData ¶
func (o *DatasetQueryResults) SetData(v DatasetQueryResultsData)
SetData gets a reference to the given DatasetQueryResultsData and assigns it to the Data field.
func (*DatasetQueryResults) SetJsonQuery ¶
func (o *DatasetQueryResults) SetJsonQuery(v DatasetQueryJsonQuery)
SetJsonQuery gets a reference to the given DatasetQueryJsonQuery and assigns it to the JsonQuery field.
func (*DatasetQueryResults) SetRowCount ¶
func (o *DatasetQueryResults) SetRowCount(v int64)
SetRowCount gets a reference to the given int64 and assigns it to the RowCount field.
func (*DatasetQueryResults) SetRunningTime ¶
func (o *DatasetQueryResults) SetRunningTime(v int64)
SetRunningTime gets a reference to the given int64 and assigns it to the RunningTime field.
func (*DatasetQueryResults) SetStartedAt ¶
func (o *DatasetQueryResults) SetStartedAt(v time.Time)
SetStartedAt gets a reference to the given time.Time and assigns it to the StartedAt field.
func (*DatasetQueryResults) SetStatus ¶
func (o *DatasetQueryResults) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (DatasetQueryResults) ToMap ¶
func (o DatasetQueryResults) ToMap() (map[string]interface{}, error)
type DatasetQueryResultsCol ¶
type DatasetQueryResultsCol struct { Description *string `json:"description,omitempty"` TableId *int64 `json:"table_id,omitempty"` SchemaName *string `json:"schema_name,omitempty"` SpecialType *string `json:"special_type,omitempty"` Name *string `json:"name,omitempty"` Source *string `json:"source,omitempty"` // unknown type RemappedFrom *string `json:"remapped_from,omitempty"` // can be '{\"target_table_id\":517}' ExtraInfo map[string]interface{} `json:"extra_info,omitempty"` // unknown type FkFieldId *string `json:"fk_field_id,omitempty"` // unknown type RemappedTo *string `json:"remapped_to,omitempty"` Id *int64 `json:"id,omitempty"` VisibilityType *string `json:"visibility_type,omitempty"` Target *DatasetQueryResultsColTarget `json:"target,omitempty"` DisplayName *string `json:"display_name,omitempty"` Fingerprint *DatasetQueryResultsColFingerprint `json:"fingerprint,omitempty"` BaseType *string `json:"base_type,omitempty"` }
DatasetQueryResultsCol struct for DatasetQueryResultsCol
func NewDatasetQueryResultsCol ¶
func NewDatasetQueryResultsCol() *DatasetQueryResultsCol
NewDatasetQueryResultsCol instantiates a new DatasetQueryResultsCol object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDatasetQueryResultsColWithDefaults ¶
func NewDatasetQueryResultsColWithDefaults() *DatasetQueryResultsCol
NewDatasetQueryResultsColWithDefaults instantiates a new DatasetQueryResultsCol object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DatasetQueryResultsCol) GetBaseType ¶
func (o *DatasetQueryResultsCol) GetBaseType() string
GetBaseType returns the BaseType field value if set, zero value otherwise.
func (*DatasetQueryResultsCol) GetBaseTypeOk ¶
func (o *DatasetQueryResultsCol) GetBaseTypeOk() (*string, bool)
GetBaseTypeOk returns a tuple with the BaseType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsCol) GetDescription ¶
func (o *DatasetQueryResultsCol) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*DatasetQueryResultsCol) GetDescriptionOk ¶
func (o *DatasetQueryResultsCol) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsCol) GetDisplayName ¶
func (o *DatasetQueryResultsCol) GetDisplayName() string
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*DatasetQueryResultsCol) GetDisplayNameOk ¶
func (o *DatasetQueryResultsCol) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsCol) GetExtraInfo ¶
func (o *DatasetQueryResultsCol) GetExtraInfo() map[string]interface{}
GetExtraInfo returns the ExtraInfo field value if set, zero value otherwise.
func (*DatasetQueryResultsCol) GetExtraInfoOk ¶
func (o *DatasetQueryResultsCol) GetExtraInfoOk() (map[string]interface{}, bool)
GetExtraInfoOk returns a tuple with the ExtraInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsCol) GetFingerprint ¶
func (o *DatasetQueryResultsCol) GetFingerprint() DatasetQueryResultsColFingerprint
GetFingerprint returns the Fingerprint field value if set, zero value otherwise.
func (*DatasetQueryResultsCol) GetFingerprintOk ¶
func (o *DatasetQueryResultsCol) GetFingerprintOk() (*DatasetQueryResultsColFingerprint, bool)
GetFingerprintOk returns a tuple with the Fingerprint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsCol) GetFkFieldId ¶
func (o *DatasetQueryResultsCol) GetFkFieldId() string
GetFkFieldId returns the FkFieldId field value if set, zero value otherwise.
func (*DatasetQueryResultsCol) GetFkFieldIdOk ¶
func (o *DatasetQueryResultsCol) GetFkFieldIdOk() (*string, bool)
GetFkFieldIdOk returns a tuple with the FkFieldId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsCol) GetId ¶
func (o *DatasetQueryResultsCol) GetId() int64
GetId returns the Id field value if set, zero value otherwise.
func (*DatasetQueryResultsCol) GetIdOk ¶
func (o *DatasetQueryResultsCol) GetIdOk() (*int64, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsCol) GetName ¶
func (o *DatasetQueryResultsCol) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*DatasetQueryResultsCol) GetNameOk ¶
func (o *DatasetQueryResultsCol) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsCol) GetRemappedFrom ¶
func (o *DatasetQueryResultsCol) GetRemappedFrom() string
GetRemappedFrom returns the RemappedFrom field value if set, zero value otherwise.
func (*DatasetQueryResultsCol) GetRemappedFromOk ¶
func (o *DatasetQueryResultsCol) GetRemappedFromOk() (*string, bool)
GetRemappedFromOk returns a tuple with the RemappedFrom field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsCol) GetRemappedTo ¶
func (o *DatasetQueryResultsCol) GetRemappedTo() string
GetRemappedTo returns the RemappedTo field value if set, zero value otherwise.
func (*DatasetQueryResultsCol) GetRemappedToOk ¶
func (o *DatasetQueryResultsCol) GetRemappedToOk() (*string, bool)
GetRemappedToOk returns a tuple with the RemappedTo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsCol) GetSchemaName ¶
func (o *DatasetQueryResultsCol) GetSchemaName() string
GetSchemaName returns the SchemaName field value if set, zero value otherwise.
func (*DatasetQueryResultsCol) GetSchemaNameOk ¶
func (o *DatasetQueryResultsCol) GetSchemaNameOk() (*string, bool)
GetSchemaNameOk returns a tuple with the SchemaName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsCol) GetSource ¶
func (o *DatasetQueryResultsCol) GetSource() string
GetSource returns the Source field value if set, zero value otherwise.
func (*DatasetQueryResultsCol) GetSourceOk ¶
func (o *DatasetQueryResultsCol) GetSourceOk() (*string, bool)
GetSourceOk returns a tuple with the Source field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsCol) GetSpecialType ¶
func (o *DatasetQueryResultsCol) GetSpecialType() string
GetSpecialType returns the SpecialType field value if set, zero value otherwise.
func (*DatasetQueryResultsCol) GetSpecialTypeOk ¶
func (o *DatasetQueryResultsCol) GetSpecialTypeOk() (*string, bool)
GetSpecialTypeOk returns a tuple with the SpecialType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsCol) GetTableId ¶
func (o *DatasetQueryResultsCol) GetTableId() int64
GetTableId returns the TableId field value if set, zero value otherwise.
func (*DatasetQueryResultsCol) GetTableIdOk ¶
func (o *DatasetQueryResultsCol) GetTableIdOk() (*int64, bool)
GetTableIdOk returns a tuple with the TableId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsCol) GetTarget ¶
func (o *DatasetQueryResultsCol) GetTarget() DatasetQueryResultsColTarget
GetTarget returns the Target field value if set, zero value otherwise.
func (*DatasetQueryResultsCol) GetTargetOk ¶
func (o *DatasetQueryResultsCol) GetTargetOk() (*DatasetQueryResultsColTarget, bool)
GetTargetOk returns a tuple with the Target field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsCol) GetVisibilityType ¶
func (o *DatasetQueryResultsCol) GetVisibilityType() string
GetVisibilityType returns the VisibilityType field value if set, zero value otherwise.
func (*DatasetQueryResultsCol) GetVisibilityTypeOk ¶
func (o *DatasetQueryResultsCol) GetVisibilityTypeOk() (*string, bool)
GetVisibilityTypeOk returns a tuple with the VisibilityType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsCol) HasBaseType ¶
func (o *DatasetQueryResultsCol) HasBaseType() bool
HasBaseType returns a boolean if a field has been set.
func (*DatasetQueryResultsCol) HasDescription ¶
func (o *DatasetQueryResultsCol) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*DatasetQueryResultsCol) HasDisplayName ¶
func (o *DatasetQueryResultsCol) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (*DatasetQueryResultsCol) HasExtraInfo ¶
func (o *DatasetQueryResultsCol) HasExtraInfo() bool
HasExtraInfo returns a boolean if a field has been set.
func (*DatasetQueryResultsCol) HasFingerprint ¶
func (o *DatasetQueryResultsCol) HasFingerprint() bool
HasFingerprint returns a boolean if a field has been set.
func (*DatasetQueryResultsCol) HasFkFieldId ¶
func (o *DatasetQueryResultsCol) HasFkFieldId() bool
HasFkFieldId returns a boolean if a field has been set.
func (*DatasetQueryResultsCol) HasId ¶
func (o *DatasetQueryResultsCol) HasId() bool
HasId returns a boolean if a field has been set.
func (*DatasetQueryResultsCol) HasName ¶
func (o *DatasetQueryResultsCol) HasName() bool
HasName returns a boolean if a field has been set.
func (*DatasetQueryResultsCol) HasRemappedFrom ¶
func (o *DatasetQueryResultsCol) HasRemappedFrom() bool
HasRemappedFrom returns a boolean if a field has been set.
func (*DatasetQueryResultsCol) HasRemappedTo ¶
func (o *DatasetQueryResultsCol) HasRemappedTo() bool
HasRemappedTo returns a boolean if a field has been set.
func (*DatasetQueryResultsCol) HasSchemaName ¶
func (o *DatasetQueryResultsCol) HasSchemaName() bool
HasSchemaName returns a boolean if a field has been set.
func (*DatasetQueryResultsCol) HasSource ¶
func (o *DatasetQueryResultsCol) HasSource() bool
HasSource returns a boolean if a field has been set.
func (*DatasetQueryResultsCol) HasSpecialType ¶
func (o *DatasetQueryResultsCol) HasSpecialType() bool
HasSpecialType returns a boolean if a field has been set.
func (*DatasetQueryResultsCol) HasTableId ¶
func (o *DatasetQueryResultsCol) HasTableId() bool
HasTableId returns a boolean if a field has been set.
func (*DatasetQueryResultsCol) HasTarget ¶
func (o *DatasetQueryResultsCol) HasTarget() bool
HasTarget returns a boolean if a field has been set.
func (*DatasetQueryResultsCol) HasVisibilityType ¶
func (o *DatasetQueryResultsCol) HasVisibilityType() bool
HasVisibilityType returns a boolean if a field has been set.
func (DatasetQueryResultsCol) MarshalJSON ¶
func (o DatasetQueryResultsCol) MarshalJSON() ([]byte, error)
func (*DatasetQueryResultsCol) SetBaseType ¶
func (o *DatasetQueryResultsCol) SetBaseType(v string)
SetBaseType gets a reference to the given string and assigns it to the BaseType field.
func (*DatasetQueryResultsCol) SetDescription ¶
func (o *DatasetQueryResultsCol) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*DatasetQueryResultsCol) SetDisplayName ¶
func (o *DatasetQueryResultsCol) SetDisplayName(v string)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*DatasetQueryResultsCol) SetExtraInfo ¶
func (o *DatasetQueryResultsCol) SetExtraInfo(v map[string]interface{})
SetExtraInfo gets a reference to the given map[string]interface{} and assigns it to the ExtraInfo field.
func (*DatasetQueryResultsCol) SetFingerprint ¶
func (o *DatasetQueryResultsCol) SetFingerprint(v DatasetQueryResultsColFingerprint)
SetFingerprint gets a reference to the given DatasetQueryResultsColFingerprint and assigns it to the Fingerprint field.
func (*DatasetQueryResultsCol) SetFkFieldId ¶
func (o *DatasetQueryResultsCol) SetFkFieldId(v string)
SetFkFieldId gets a reference to the given string and assigns it to the FkFieldId field.
func (*DatasetQueryResultsCol) SetId ¶
func (o *DatasetQueryResultsCol) SetId(v int64)
SetId gets a reference to the given int64 and assigns it to the Id field.
func (*DatasetQueryResultsCol) SetName ¶
func (o *DatasetQueryResultsCol) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*DatasetQueryResultsCol) SetRemappedFrom ¶
func (o *DatasetQueryResultsCol) SetRemappedFrom(v string)
SetRemappedFrom gets a reference to the given string and assigns it to the RemappedFrom field.
func (*DatasetQueryResultsCol) SetRemappedTo ¶
func (o *DatasetQueryResultsCol) SetRemappedTo(v string)
SetRemappedTo gets a reference to the given string and assigns it to the RemappedTo field.
func (*DatasetQueryResultsCol) SetSchemaName ¶
func (o *DatasetQueryResultsCol) SetSchemaName(v string)
SetSchemaName gets a reference to the given string and assigns it to the SchemaName field.
func (*DatasetQueryResultsCol) SetSource ¶
func (o *DatasetQueryResultsCol) SetSource(v string)
SetSource gets a reference to the given string and assigns it to the Source field.
func (*DatasetQueryResultsCol) SetSpecialType ¶
func (o *DatasetQueryResultsCol) SetSpecialType(v string)
SetSpecialType gets a reference to the given string and assigns it to the SpecialType field.
func (*DatasetQueryResultsCol) SetTableId ¶
func (o *DatasetQueryResultsCol) SetTableId(v int64)
SetTableId gets a reference to the given int64 and assigns it to the TableId field.
func (*DatasetQueryResultsCol) SetTarget ¶
func (o *DatasetQueryResultsCol) SetTarget(v DatasetQueryResultsColTarget)
SetTarget gets a reference to the given DatasetQueryResultsColTarget and assigns it to the Target field.
func (*DatasetQueryResultsCol) SetVisibilityType ¶
func (o *DatasetQueryResultsCol) SetVisibilityType(v string)
SetVisibilityType gets a reference to the given string and assigns it to the VisibilityType field.
func (DatasetQueryResultsCol) ToMap ¶
func (o DatasetQueryResultsCol) ToMap() (map[string]interface{}, error)
type DatasetQueryResultsColFingerprint ¶
type DatasetQueryResultsColFingerprint struct { Global *DatasetQueryResultsColFingerprintGlobal `json:"global,omitempty"` // map[string]DatasetQueryResultsColFingerprintType results in map[string]interface{} Type map[string]interface{} `json:"type,omitempty"` }
DatasetQueryResultsColFingerprint struct for DatasetQueryResultsColFingerprint
func NewDatasetQueryResultsColFingerprint ¶
func NewDatasetQueryResultsColFingerprint() *DatasetQueryResultsColFingerprint
NewDatasetQueryResultsColFingerprint instantiates a new DatasetQueryResultsColFingerprint object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDatasetQueryResultsColFingerprintWithDefaults ¶
func NewDatasetQueryResultsColFingerprintWithDefaults() *DatasetQueryResultsColFingerprint
NewDatasetQueryResultsColFingerprintWithDefaults instantiates a new DatasetQueryResultsColFingerprint object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DatasetQueryResultsColFingerprint) GetGlobal ¶
func (o *DatasetQueryResultsColFingerprint) GetGlobal() DatasetQueryResultsColFingerprintGlobal
GetGlobal returns the Global field value if set, zero value otherwise.
func (*DatasetQueryResultsColFingerprint) GetGlobalOk ¶
func (o *DatasetQueryResultsColFingerprint) GetGlobalOk() (*DatasetQueryResultsColFingerprintGlobal, bool)
GetGlobalOk returns a tuple with the Global field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsColFingerprint) GetType ¶
func (o *DatasetQueryResultsColFingerprint) GetType() map[string]interface{}
GetType returns the Type field value if set, zero value otherwise.
func (*DatasetQueryResultsColFingerprint) GetTypeOk ¶
func (o *DatasetQueryResultsColFingerprint) GetTypeOk() (map[string]interface{}, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsColFingerprint) HasGlobal ¶
func (o *DatasetQueryResultsColFingerprint) HasGlobal() bool
HasGlobal returns a boolean if a field has been set.
func (*DatasetQueryResultsColFingerprint) HasType ¶
func (o *DatasetQueryResultsColFingerprint) HasType() bool
HasType returns a boolean if a field has been set.
func (DatasetQueryResultsColFingerprint) MarshalJSON ¶
func (o DatasetQueryResultsColFingerprint) MarshalJSON() ([]byte, error)
func (*DatasetQueryResultsColFingerprint) SetGlobal ¶
func (o *DatasetQueryResultsColFingerprint) SetGlobal(v DatasetQueryResultsColFingerprintGlobal)
SetGlobal gets a reference to the given DatasetQueryResultsColFingerprintGlobal and assigns it to the Global field.
func (*DatasetQueryResultsColFingerprint) SetType ¶
func (o *DatasetQueryResultsColFingerprint) SetType(v map[string]interface{})
SetType gets a reference to the given map[string]interface{} and assigns it to the Type field.
func (DatasetQueryResultsColFingerprint) ToMap ¶
func (o DatasetQueryResultsColFingerprint) ToMap() (map[string]interface{}, error)
type DatasetQueryResultsColFingerprintGlobal ¶
type DatasetQueryResultsColFingerprintGlobal struct {
DistinctCount *int64 `json:"distinct-count,omitempty"`
}
DatasetQueryResultsColFingerprintGlobal struct for DatasetQueryResultsColFingerprintGlobal
func NewDatasetQueryResultsColFingerprintGlobal ¶
func NewDatasetQueryResultsColFingerprintGlobal() *DatasetQueryResultsColFingerprintGlobal
NewDatasetQueryResultsColFingerprintGlobal instantiates a new DatasetQueryResultsColFingerprintGlobal object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDatasetQueryResultsColFingerprintGlobalWithDefaults ¶
func NewDatasetQueryResultsColFingerprintGlobalWithDefaults() *DatasetQueryResultsColFingerprintGlobal
NewDatasetQueryResultsColFingerprintGlobalWithDefaults instantiates a new DatasetQueryResultsColFingerprintGlobal object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DatasetQueryResultsColFingerprintGlobal) GetDistinctCount ¶
func (o *DatasetQueryResultsColFingerprintGlobal) GetDistinctCount() int64
GetDistinctCount returns the DistinctCount field value if set, zero value otherwise.
func (*DatasetQueryResultsColFingerprintGlobal) GetDistinctCountOk ¶
func (o *DatasetQueryResultsColFingerprintGlobal) GetDistinctCountOk() (*int64, bool)
GetDistinctCountOk returns a tuple with the DistinctCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsColFingerprintGlobal) HasDistinctCount ¶
func (o *DatasetQueryResultsColFingerprintGlobal) HasDistinctCount() bool
HasDistinctCount returns a boolean if a field has been set.
func (DatasetQueryResultsColFingerprintGlobal) MarshalJSON ¶
func (o DatasetQueryResultsColFingerprintGlobal) MarshalJSON() ([]byte, error)
func (*DatasetQueryResultsColFingerprintGlobal) SetDistinctCount ¶
func (o *DatasetQueryResultsColFingerprintGlobal) SetDistinctCount(v int64)
SetDistinctCount gets a reference to the given int64 and assigns it to the DistinctCount field.
func (DatasetQueryResultsColFingerprintGlobal) ToMap ¶
func (o DatasetQueryResultsColFingerprintGlobal) ToMap() (map[string]interface{}, error)
type DatasetQueryResultsColFingerprintType ¶
type DatasetQueryResultsColFingerprintType struct { PercentJson *float64 `json:"percent-json,omitempty"` PercentUrl *float64 `json:"percent-url,omitempty"` PercentEmail *float64 `json:"percent-email,omitempty"` AverageLength *float64 `json:"average-length,omitempty"` }
DatasetQueryResultsColFingerprintType struct for DatasetQueryResultsColFingerprintType
func NewDatasetQueryResultsColFingerprintType ¶
func NewDatasetQueryResultsColFingerprintType() *DatasetQueryResultsColFingerprintType
NewDatasetQueryResultsColFingerprintType instantiates a new DatasetQueryResultsColFingerprintType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDatasetQueryResultsColFingerprintTypeWithDefaults ¶
func NewDatasetQueryResultsColFingerprintTypeWithDefaults() *DatasetQueryResultsColFingerprintType
NewDatasetQueryResultsColFingerprintTypeWithDefaults instantiates a new DatasetQueryResultsColFingerprintType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DatasetQueryResultsColFingerprintType) GetAverageLength ¶
func (o *DatasetQueryResultsColFingerprintType) GetAverageLength() float64
GetAverageLength returns the AverageLength field value if set, zero value otherwise.
func (*DatasetQueryResultsColFingerprintType) GetAverageLengthOk ¶
func (o *DatasetQueryResultsColFingerprintType) GetAverageLengthOk() (*float64, bool)
GetAverageLengthOk returns a tuple with the AverageLength field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsColFingerprintType) GetPercentEmail ¶
func (o *DatasetQueryResultsColFingerprintType) GetPercentEmail() float64
GetPercentEmail returns the PercentEmail field value if set, zero value otherwise.
func (*DatasetQueryResultsColFingerprintType) GetPercentEmailOk ¶
func (o *DatasetQueryResultsColFingerprintType) GetPercentEmailOk() (*float64, bool)
GetPercentEmailOk returns a tuple with the PercentEmail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsColFingerprintType) GetPercentJson ¶
func (o *DatasetQueryResultsColFingerprintType) GetPercentJson() float64
GetPercentJson returns the PercentJson field value if set, zero value otherwise.
func (*DatasetQueryResultsColFingerprintType) GetPercentJsonOk ¶
func (o *DatasetQueryResultsColFingerprintType) GetPercentJsonOk() (*float64, bool)
GetPercentJsonOk returns a tuple with the PercentJson field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsColFingerprintType) GetPercentUrl ¶
func (o *DatasetQueryResultsColFingerprintType) GetPercentUrl() float64
GetPercentUrl returns the PercentUrl field value if set, zero value otherwise.
func (*DatasetQueryResultsColFingerprintType) GetPercentUrlOk ¶
func (o *DatasetQueryResultsColFingerprintType) GetPercentUrlOk() (*float64, bool)
GetPercentUrlOk returns a tuple with the PercentUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsColFingerprintType) HasAverageLength ¶
func (o *DatasetQueryResultsColFingerprintType) HasAverageLength() bool
HasAverageLength returns a boolean if a field has been set.
func (*DatasetQueryResultsColFingerprintType) HasPercentEmail ¶
func (o *DatasetQueryResultsColFingerprintType) HasPercentEmail() bool
HasPercentEmail returns a boolean if a field has been set.
func (*DatasetQueryResultsColFingerprintType) HasPercentJson ¶
func (o *DatasetQueryResultsColFingerprintType) HasPercentJson() bool
HasPercentJson returns a boolean if a field has been set.
func (*DatasetQueryResultsColFingerprintType) HasPercentUrl ¶
func (o *DatasetQueryResultsColFingerprintType) HasPercentUrl() bool
HasPercentUrl returns a boolean if a field has been set.
func (DatasetQueryResultsColFingerprintType) MarshalJSON ¶
func (o DatasetQueryResultsColFingerprintType) MarshalJSON() ([]byte, error)
func (*DatasetQueryResultsColFingerprintType) SetAverageLength ¶
func (o *DatasetQueryResultsColFingerprintType) SetAverageLength(v float64)
SetAverageLength gets a reference to the given float64 and assigns it to the AverageLength field.
func (*DatasetQueryResultsColFingerprintType) SetPercentEmail ¶
func (o *DatasetQueryResultsColFingerprintType) SetPercentEmail(v float64)
SetPercentEmail gets a reference to the given float64 and assigns it to the PercentEmail field.
func (*DatasetQueryResultsColFingerprintType) SetPercentJson ¶
func (o *DatasetQueryResultsColFingerprintType) SetPercentJson(v float64)
SetPercentJson gets a reference to the given float64 and assigns it to the PercentJson field.
func (*DatasetQueryResultsColFingerprintType) SetPercentUrl ¶
func (o *DatasetQueryResultsColFingerprintType) SetPercentUrl(v float64)
SetPercentUrl gets a reference to the given float64 and assigns it to the PercentUrl field.
func (DatasetQueryResultsColFingerprintType) ToMap ¶
func (o DatasetQueryResultsColFingerprintType) ToMap() (map[string]interface{}, error)
type DatasetQueryResultsColTarget ¶
type DatasetQueryResultsColTarget struct { Id *int64 `json:"id,omitempty"` Name *string `json:"name,omitempty"` DisplayName *string `json:"display_name,omitempty"` TableId *int64 `json:"table_id,omitempty"` Description *string `json:"description,omitempty"` BaseType *string `json:"base_type,omitempty"` SpecialType *string `json:"special_type,omitempty"` VisibilityType *string `json:"visibility_type,omitempty"` }
DatasetQueryResultsColTarget struct for DatasetQueryResultsColTarget
func NewDatasetQueryResultsColTarget ¶
func NewDatasetQueryResultsColTarget() *DatasetQueryResultsColTarget
NewDatasetQueryResultsColTarget instantiates a new DatasetQueryResultsColTarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDatasetQueryResultsColTargetWithDefaults ¶
func NewDatasetQueryResultsColTargetWithDefaults() *DatasetQueryResultsColTarget
NewDatasetQueryResultsColTargetWithDefaults instantiates a new DatasetQueryResultsColTarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DatasetQueryResultsColTarget) GetBaseType ¶
func (o *DatasetQueryResultsColTarget) GetBaseType() string
GetBaseType returns the BaseType field value if set, zero value otherwise.
func (*DatasetQueryResultsColTarget) GetBaseTypeOk ¶
func (o *DatasetQueryResultsColTarget) GetBaseTypeOk() (*string, bool)
GetBaseTypeOk returns a tuple with the BaseType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsColTarget) GetDescription ¶
func (o *DatasetQueryResultsColTarget) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*DatasetQueryResultsColTarget) GetDescriptionOk ¶
func (o *DatasetQueryResultsColTarget) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsColTarget) GetDisplayName ¶
func (o *DatasetQueryResultsColTarget) GetDisplayName() string
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*DatasetQueryResultsColTarget) GetDisplayNameOk ¶
func (o *DatasetQueryResultsColTarget) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsColTarget) GetId ¶
func (o *DatasetQueryResultsColTarget) GetId() int64
GetId returns the Id field value if set, zero value otherwise.
func (*DatasetQueryResultsColTarget) GetIdOk ¶
func (o *DatasetQueryResultsColTarget) GetIdOk() (*int64, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsColTarget) GetName ¶
func (o *DatasetQueryResultsColTarget) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*DatasetQueryResultsColTarget) GetNameOk ¶
func (o *DatasetQueryResultsColTarget) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsColTarget) GetSpecialType ¶
func (o *DatasetQueryResultsColTarget) GetSpecialType() string
GetSpecialType returns the SpecialType field value if set, zero value otherwise.
func (*DatasetQueryResultsColTarget) GetSpecialTypeOk ¶
func (o *DatasetQueryResultsColTarget) GetSpecialTypeOk() (*string, bool)
GetSpecialTypeOk returns a tuple with the SpecialType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsColTarget) GetTableId ¶
func (o *DatasetQueryResultsColTarget) GetTableId() int64
GetTableId returns the TableId field value if set, zero value otherwise.
func (*DatasetQueryResultsColTarget) GetTableIdOk ¶
func (o *DatasetQueryResultsColTarget) GetTableIdOk() (*int64, bool)
GetTableIdOk returns a tuple with the TableId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsColTarget) GetVisibilityType ¶
func (o *DatasetQueryResultsColTarget) GetVisibilityType() string
GetVisibilityType returns the VisibilityType field value if set, zero value otherwise.
func (*DatasetQueryResultsColTarget) GetVisibilityTypeOk ¶
func (o *DatasetQueryResultsColTarget) GetVisibilityTypeOk() (*string, bool)
GetVisibilityTypeOk returns a tuple with the VisibilityType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsColTarget) HasBaseType ¶
func (o *DatasetQueryResultsColTarget) HasBaseType() bool
HasBaseType returns a boolean if a field has been set.
func (*DatasetQueryResultsColTarget) HasDescription ¶
func (o *DatasetQueryResultsColTarget) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*DatasetQueryResultsColTarget) HasDisplayName ¶
func (o *DatasetQueryResultsColTarget) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (*DatasetQueryResultsColTarget) HasId ¶
func (o *DatasetQueryResultsColTarget) HasId() bool
HasId returns a boolean if a field has been set.
func (*DatasetQueryResultsColTarget) HasName ¶
func (o *DatasetQueryResultsColTarget) HasName() bool
HasName returns a boolean if a field has been set.
func (*DatasetQueryResultsColTarget) HasSpecialType ¶
func (o *DatasetQueryResultsColTarget) HasSpecialType() bool
HasSpecialType returns a boolean if a field has been set.
func (*DatasetQueryResultsColTarget) HasTableId ¶
func (o *DatasetQueryResultsColTarget) HasTableId() bool
HasTableId returns a boolean if a field has been set.
func (*DatasetQueryResultsColTarget) HasVisibilityType ¶
func (o *DatasetQueryResultsColTarget) HasVisibilityType() bool
HasVisibilityType returns a boolean if a field has been set.
func (DatasetQueryResultsColTarget) MarshalJSON ¶
func (o DatasetQueryResultsColTarget) MarshalJSON() ([]byte, error)
func (*DatasetQueryResultsColTarget) SetBaseType ¶
func (o *DatasetQueryResultsColTarget) SetBaseType(v string)
SetBaseType gets a reference to the given string and assigns it to the BaseType field.
func (*DatasetQueryResultsColTarget) SetDescription ¶
func (o *DatasetQueryResultsColTarget) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*DatasetQueryResultsColTarget) SetDisplayName ¶
func (o *DatasetQueryResultsColTarget) SetDisplayName(v string)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*DatasetQueryResultsColTarget) SetId ¶
func (o *DatasetQueryResultsColTarget) SetId(v int64)
SetId gets a reference to the given int64 and assigns it to the Id field.
func (*DatasetQueryResultsColTarget) SetName ¶
func (o *DatasetQueryResultsColTarget) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*DatasetQueryResultsColTarget) SetSpecialType ¶
func (o *DatasetQueryResultsColTarget) SetSpecialType(v string)
SetSpecialType gets a reference to the given string and assigns it to the SpecialType field.
func (*DatasetQueryResultsColTarget) SetTableId ¶
func (o *DatasetQueryResultsColTarget) SetTableId(v int64)
SetTableId gets a reference to the given int64 and assigns it to the TableId field.
func (*DatasetQueryResultsColTarget) SetVisibilityType ¶
func (o *DatasetQueryResultsColTarget) SetVisibilityType(v string)
SetVisibilityType gets a reference to the given string and assigns it to the VisibilityType field.
func (DatasetQueryResultsColTarget) ToMap ¶
func (o DatasetQueryResultsColTarget) ToMap() (map[string]interface{}, error)
type DatasetQueryResultsData ¶
type DatasetQueryResultsData struct { Columns []string `json:"columns,omitempty"` Rows [][]interface{} `json:"rows,omitempty"` NativeForm *DatasetQueryResultsNativeForm `json:"native_form,omitempty"` Cols []DatasetQueryResultsCol `json:"cols,omitempty"` ResultsMetadata *DatasetQueryResultsMetadata `json:"results_metadata,omitempty"` RowsTruncated *int64 `json:"rows_truncated,omitempty"` }
DatasetQueryResultsData struct for DatasetQueryResultsData
func NewDatasetQueryResultsData ¶
func NewDatasetQueryResultsData() *DatasetQueryResultsData
NewDatasetQueryResultsData instantiates a new DatasetQueryResultsData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDatasetQueryResultsDataWithDefaults ¶
func NewDatasetQueryResultsDataWithDefaults() *DatasetQueryResultsData
NewDatasetQueryResultsDataWithDefaults instantiates a new DatasetQueryResultsData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DatasetQueryResultsData) GetCols ¶
func (o *DatasetQueryResultsData) GetCols() []DatasetQueryResultsCol
GetCols returns the Cols field value if set, zero value otherwise.
func (*DatasetQueryResultsData) GetColsOk ¶
func (o *DatasetQueryResultsData) GetColsOk() ([]DatasetQueryResultsCol, bool)
GetColsOk returns a tuple with the Cols field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsData) GetColumns ¶
func (o *DatasetQueryResultsData) GetColumns() []string
GetColumns returns the Columns field value if set, zero value otherwise.
func (*DatasetQueryResultsData) GetColumnsOk ¶
func (o *DatasetQueryResultsData) GetColumnsOk() ([]string, bool)
GetColumnsOk returns a tuple with the Columns field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsData) GetNativeForm ¶
func (o *DatasetQueryResultsData) GetNativeForm() DatasetQueryResultsNativeForm
GetNativeForm returns the NativeForm field value if set, zero value otherwise.
func (*DatasetQueryResultsData) GetNativeFormOk ¶
func (o *DatasetQueryResultsData) GetNativeFormOk() (*DatasetQueryResultsNativeForm, bool)
GetNativeFormOk returns a tuple with the NativeForm field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsData) GetResultsMetadata ¶
func (o *DatasetQueryResultsData) GetResultsMetadata() DatasetQueryResultsMetadata
GetResultsMetadata returns the ResultsMetadata field value if set, zero value otherwise.
func (*DatasetQueryResultsData) GetResultsMetadataOk ¶
func (o *DatasetQueryResultsData) GetResultsMetadataOk() (*DatasetQueryResultsMetadata, bool)
GetResultsMetadataOk returns a tuple with the ResultsMetadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsData) GetRows ¶
func (o *DatasetQueryResultsData) GetRows() [][]interface{}
GetRows returns the Rows field value if set, zero value otherwise.
func (*DatasetQueryResultsData) GetRowsOk ¶
func (o *DatasetQueryResultsData) GetRowsOk() ([][]interface{}, bool)
GetRowsOk returns a tuple with the Rows field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsData) GetRowsTruncated ¶
func (o *DatasetQueryResultsData) GetRowsTruncated() int64
GetRowsTruncated returns the RowsTruncated field value if set, zero value otherwise.
func (*DatasetQueryResultsData) GetRowsTruncatedOk ¶
func (o *DatasetQueryResultsData) GetRowsTruncatedOk() (*int64, bool)
GetRowsTruncatedOk returns a tuple with the RowsTruncated field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsData) HasCols ¶
func (o *DatasetQueryResultsData) HasCols() bool
HasCols returns a boolean if a field has been set.
func (*DatasetQueryResultsData) HasColumns ¶
func (o *DatasetQueryResultsData) HasColumns() bool
HasColumns returns a boolean if a field has been set.
func (*DatasetQueryResultsData) HasNativeForm ¶
func (o *DatasetQueryResultsData) HasNativeForm() bool
HasNativeForm returns a boolean if a field has been set.
func (*DatasetQueryResultsData) HasResultsMetadata ¶
func (o *DatasetQueryResultsData) HasResultsMetadata() bool
HasResultsMetadata returns a boolean if a field has been set.
func (*DatasetQueryResultsData) HasRows ¶
func (o *DatasetQueryResultsData) HasRows() bool
HasRows returns a boolean if a field has been set.
func (*DatasetQueryResultsData) HasRowsTruncated ¶
func (o *DatasetQueryResultsData) HasRowsTruncated() bool
HasRowsTruncated returns a boolean if a field has been set.
func (DatasetQueryResultsData) MarshalJSON ¶
func (o DatasetQueryResultsData) MarshalJSON() ([]byte, error)
func (*DatasetQueryResultsData) SetCols ¶
func (o *DatasetQueryResultsData) SetCols(v []DatasetQueryResultsCol)
SetCols gets a reference to the given []DatasetQueryResultsCol and assigns it to the Cols field.
func (*DatasetQueryResultsData) SetColumns ¶
func (o *DatasetQueryResultsData) SetColumns(v []string)
SetColumns gets a reference to the given []string and assigns it to the Columns field.
func (*DatasetQueryResultsData) SetNativeForm ¶
func (o *DatasetQueryResultsData) SetNativeForm(v DatasetQueryResultsNativeForm)
SetNativeForm gets a reference to the given DatasetQueryResultsNativeForm and assigns it to the NativeForm field.
func (*DatasetQueryResultsData) SetResultsMetadata ¶
func (o *DatasetQueryResultsData) SetResultsMetadata(v DatasetQueryResultsMetadata)
SetResultsMetadata gets a reference to the given DatasetQueryResultsMetadata and assigns it to the ResultsMetadata field.
func (*DatasetQueryResultsData) SetRows ¶
func (o *DatasetQueryResultsData) SetRows(v [][]interface{})
SetRows gets a reference to the given [][]interface{} and assigns it to the Rows field.
func (*DatasetQueryResultsData) SetRowsTruncated ¶
func (o *DatasetQueryResultsData) SetRowsTruncated(v int64)
SetRowsTruncated gets a reference to the given int64 and assigns it to the RowsTruncated field.
func (DatasetQueryResultsData) ToMap ¶
func (o DatasetQueryResultsData) ToMap() (map[string]interface{}, error)
type DatasetQueryResultsMetadata ¶
type DatasetQueryResultsMetadata struct { Checksum *string `json:"checksum,omitempty"` Columns []DatasetQueryResultsMetadataColumn `json:"columns,omitempty"` }
DatasetQueryResultsMetadata struct for DatasetQueryResultsMetadata
func NewDatasetQueryResultsMetadata ¶
func NewDatasetQueryResultsMetadata() *DatasetQueryResultsMetadata
NewDatasetQueryResultsMetadata instantiates a new DatasetQueryResultsMetadata object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDatasetQueryResultsMetadataWithDefaults ¶
func NewDatasetQueryResultsMetadataWithDefaults() *DatasetQueryResultsMetadata
NewDatasetQueryResultsMetadataWithDefaults instantiates a new DatasetQueryResultsMetadata object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DatasetQueryResultsMetadata) GetChecksum ¶
func (o *DatasetQueryResultsMetadata) GetChecksum() string
GetChecksum returns the Checksum field value if set, zero value otherwise.
func (*DatasetQueryResultsMetadata) GetChecksumOk ¶
func (o *DatasetQueryResultsMetadata) GetChecksumOk() (*string, bool)
GetChecksumOk returns a tuple with the Checksum field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsMetadata) GetColumns ¶
func (o *DatasetQueryResultsMetadata) GetColumns() []DatasetQueryResultsMetadataColumn
GetColumns returns the Columns field value if set, zero value otherwise.
func (*DatasetQueryResultsMetadata) GetColumnsOk ¶
func (o *DatasetQueryResultsMetadata) GetColumnsOk() ([]DatasetQueryResultsMetadataColumn, bool)
GetColumnsOk returns a tuple with the Columns field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsMetadata) HasChecksum ¶
func (o *DatasetQueryResultsMetadata) HasChecksum() bool
HasChecksum returns a boolean if a field has been set.
func (*DatasetQueryResultsMetadata) HasColumns ¶
func (o *DatasetQueryResultsMetadata) HasColumns() bool
HasColumns returns a boolean if a field has been set.
func (DatasetQueryResultsMetadata) MarshalJSON ¶
func (o DatasetQueryResultsMetadata) MarshalJSON() ([]byte, error)
func (*DatasetQueryResultsMetadata) SetChecksum ¶
func (o *DatasetQueryResultsMetadata) SetChecksum(v string)
SetChecksum gets a reference to the given string and assigns it to the Checksum field.
func (*DatasetQueryResultsMetadata) SetColumns ¶
func (o *DatasetQueryResultsMetadata) SetColumns(v []DatasetQueryResultsMetadataColumn)
SetColumns gets a reference to the given []DatasetQueryResultsMetadataColumn and assigns it to the Columns field.
func (DatasetQueryResultsMetadata) ToMap ¶
func (o DatasetQueryResultsMetadata) ToMap() (map[string]interface{}, error)
type DatasetQueryResultsMetadataColumn ¶
type DatasetQueryResultsMetadataColumn struct { BaseType *string `json:"base_type,omitempty"` DisplayName *string `json:"display_name,omitempty"` Name *string `json:"name,omitempty"` SpecialType *string `json:"special_type,omitempty"` }
DatasetQueryResultsMetadataColumn struct for DatasetQueryResultsMetadataColumn
func NewDatasetQueryResultsMetadataColumn ¶
func NewDatasetQueryResultsMetadataColumn() *DatasetQueryResultsMetadataColumn
NewDatasetQueryResultsMetadataColumn instantiates a new DatasetQueryResultsMetadataColumn object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDatasetQueryResultsMetadataColumnWithDefaults ¶
func NewDatasetQueryResultsMetadataColumnWithDefaults() *DatasetQueryResultsMetadataColumn
NewDatasetQueryResultsMetadataColumnWithDefaults instantiates a new DatasetQueryResultsMetadataColumn object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DatasetQueryResultsMetadataColumn) GetBaseType ¶
func (o *DatasetQueryResultsMetadataColumn) GetBaseType() string
GetBaseType returns the BaseType field value if set, zero value otherwise.
func (*DatasetQueryResultsMetadataColumn) GetBaseTypeOk ¶
func (o *DatasetQueryResultsMetadataColumn) GetBaseTypeOk() (*string, bool)
GetBaseTypeOk returns a tuple with the BaseType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsMetadataColumn) GetDisplayName ¶
func (o *DatasetQueryResultsMetadataColumn) GetDisplayName() string
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*DatasetQueryResultsMetadataColumn) GetDisplayNameOk ¶
func (o *DatasetQueryResultsMetadataColumn) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsMetadataColumn) GetName ¶
func (o *DatasetQueryResultsMetadataColumn) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*DatasetQueryResultsMetadataColumn) GetNameOk ¶
func (o *DatasetQueryResultsMetadataColumn) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsMetadataColumn) GetSpecialType ¶
func (o *DatasetQueryResultsMetadataColumn) GetSpecialType() string
GetSpecialType returns the SpecialType field value if set, zero value otherwise.
func (*DatasetQueryResultsMetadataColumn) GetSpecialTypeOk ¶
func (o *DatasetQueryResultsMetadataColumn) GetSpecialTypeOk() (*string, bool)
GetSpecialTypeOk returns a tuple with the SpecialType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsMetadataColumn) HasBaseType ¶
func (o *DatasetQueryResultsMetadataColumn) HasBaseType() bool
HasBaseType returns a boolean if a field has been set.
func (*DatasetQueryResultsMetadataColumn) HasDisplayName ¶
func (o *DatasetQueryResultsMetadataColumn) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (*DatasetQueryResultsMetadataColumn) HasName ¶
func (o *DatasetQueryResultsMetadataColumn) HasName() bool
HasName returns a boolean if a field has been set.
func (*DatasetQueryResultsMetadataColumn) HasSpecialType ¶
func (o *DatasetQueryResultsMetadataColumn) HasSpecialType() bool
HasSpecialType returns a boolean if a field has been set.
func (DatasetQueryResultsMetadataColumn) MarshalJSON ¶
func (o DatasetQueryResultsMetadataColumn) MarshalJSON() ([]byte, error)
func (*DatasetQueryResultsMetadataColumn) SetBaseType ¶
func (o *DatasetQueryResultsMetadataColumn) SetBaseType(v string)
SetBaseType gets a reference to the given string and assigns it to the BaseType field.
func (*DatasetQueryResultsMetadataColumn) SetDisplayName ¶
func (o *DatasetQueryResultsMetadataColumn) SetDisplayName(v string)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*DatasetQueryResultsMetadataColumn) SetName ¶
func (o *DatasetQueryResultsMetadataColumn) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*DatasetQueryResultsMetadataColumn) SetSpecialType ¶
func (o *DatasetQueryResultsMetadataColumn) SetSpecialType(v string)
SetSpecialType gets a reference to the given string and assigns it to the SpecialType field.
func (DatasetQueryResultsMetadataColumn) ToMap ¶
func (o DatasetQueryResultsMetadataColumn) ToMap() (map[string]interface{}, error)
type DatasetQueryResultsNativeForm ¶
type DatasetQueryResultsNativeForm struct { Query *string `json:"query,omitempty"` // unknown type Params *string `json:"params,omitempty"` }
DatasetQueryResultsNativeForm struct for DatasetQueryResultsNativeForm
func NewDatasetQueryResultsNativeForm ¶
func NewDatasetQueryResultsNativeForm() *DatasetQueryResultsNativeForm
NewDatasetQueryResultsNativeForm instantiates a new DatasetQueryResultsNativeForm object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDatasetQueryResultsNativeFormWithDefaults ¶
func NewDatasetQueryResultsNativeFormWithDefaults() *DatasetQueryResultsNativeForm
NewDatasetQueryResultsNativeFormWithDefaults instantiates a new DatasetQueryResultsNativeForm object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DatasetQueryResultsNativeForm) GetParams ¶
func (o *DatasetQueryResultsNativeForm) GetParams() string
GetParams returns the Params field value if set, zero value otherwise.
func (*DatasetQueryResultsNativeForm) GetParamsOk ¶
func (o *DatasetQueryResultsNativeForm) GetParamsOk() (*string, bool)
GetParamsOk returns a tuple with the Params field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsNativeForm) GetQuery ¶
func (o *DatasetQueryResultsNativeForm) GetQuery() string
GetQuery returns the Query field value if set, zero value otherwise.
func (*DatasetQueryResultsNativeForm) GetQueryOk ¶
func (o *DatasetQueryResultsNativeForm) GetQueryOk() (*string, bool)
GetQueryOk returns a tuple with the Query field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatasetQueryResultsNativeForm) HasParams ¶
func (o *DatasetQueryResultsNativeForm) HasParams() bool
HasParams returns a boolean if a field has been set.
func (*DatasetQueryResultsNativeForm) HasQuery ¶
func (o *DatasetQueryResultsNativeForm) HasQuery() bool
HasQuery returns a boolean if a field has been set.
func (DatasetQueryResultsNativeForm) MarshalJSON ¶
func (o DatasetQueryResultsNativeForm) MarshalJSON() ([]byte, error)
func (*DatasetQueryResultsNativeForm) SetParams ¶
func (o *DatasetQueryResultsNativeForm) SetParams(v string)
SetParams gets a reference to the given string and assigns it to the Params field.
func (*DatasetQueryResultsNativeForm) SetQuery ¶
func (o *DatasetQueryResultsNativeForm) SetQuery(v string)
SetQuery gets a reference to the given string and assigns it to the Query field.
func (DatasetQueryResultsNativeForm) ToMap ¶
func (o DatasetQueryResultsNativeForm) ToMap() (map[string]interface{}, error)
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type MappedNullable ¶
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableDatabase ¶
type NullableDatabase struct {
// contains filtered or unexported fields
}
func NewNullableDatabase ¶
func NewNullableDatabase(val *Database) *NullableDatabase
func (NullableDatabase) Get ¶
func (v NullableDatabase) Get() *Database
func (NullableDatabase) IsSet ¶
func (v NullableDatabase) IsSet() bool
func (NullableDatabase) MarshalJSON ¶
func (v NullableDatabase) MarshalJSON() ([]byte, error)
func (*NullableDatabase) Set ¶
func (v *NullableDatabase) Set(val *Database)
func (*NullableDatabase) UnmarshalJSON ¶
func (v *NullableDatabase) UnmarshalJSON(src []byte) error
func (*NullableDatabase) Unset ¶
func (v *NullableDatabase) Unset()
type NullableDatabaseList ¶
type NullableDatabaseList struct {
// contains filtered or unexported fields
}
func NewNullableDatabaseList ¶
func NewNullableDatabaseList(val *DatabaseList) *NullableDatabaseList
func (NullableDatabaseList) Get ¶
func (v NullableDatabaseList) Get() *DatabaseList
func (NullableDatabaseList) IsSet ¶
func (v NullableDatabaseList) IsSet() bool
func (NullableDatabaseList) MarshalJSON ¶
func (v NullableDatabaseList) MarshalJSON() ([]byte, error)
func (*NullableDatabaseList) Set ¶
func (v *NullableDatabaseList) Set(val *DatabaseList)
func (*NullableDatabaseList) UnmarshalJSON ¶
func (v *NullableDatabaseList) UnmarshalJSON(src []byte) error
func (*NullableDatabaseList) Unset ¶
func (v *NullableDatabaseList) Unset()
type NullableDatabaseTable ¶
type NullableDatabaseTable struct {
// contains filtered or unexported fields
}
func NewNullableDatabaseTable ¶
func NewNullableDatabaseTable(val *DatabaseTable) *NullableDatabaseTable
func (NullableDatabaseTable) Get ¶
func (v NullableDatabaseTable) Get() *DatabaseTable
func (NullableDatabaseTable) IsSet ¶
func (v NullableDatabaseTable) IsSet() bool
func (NullableDatabaseTable) MarshalJSON ¶
func (v NullableDatabaseTable) MarshalJSON() ([]byte, error)
func (*NullableDatabaseTable) Set ¶
func (v *NullableDatabaseTable) Set(val *DatabaseTable)
func (*NullableDatabaseTable) UnmarshalJSON ¶
func (v *NullableDatabaseTable) UnmarshalJSON(src []byte) error
func (*NullableDatabaseTable) Unset ¶
func (v *NullableDatabaseTable) Unset()
type NullableDatasetQueryConstraints ¶
type NullableDatasetQueryConstraints struct {
// contains filtered or unexported fields
}
func NewNullableDatasetQueryConstraints ¶
func NewNullableDatasetQueryConstraints(val *DatasetQueryConstraints) *NullableDatasetQueryConstraints
func (NullableDatasetQueryConstraints) Get ¶
func (v NullableDatasetQueryConstraints) Get() *DatasetQueryConstraints
func (NullableDatasetQueryConstraints) IsSet ¶
func (v NullableDatasetQueryConstraints) IsSet() bool
func (NullableDatasetQueryConstraints) MarshalJSON ¶
func (v NullableDatasetQueryConstraints) MarshalJSON() ([]byte, error)
func (*NullableDatasetQueryConstraints) Set ¶
func (v *NullableDatasetQueryConstraints) Set(val *DatasetQueryConstraints)
func (*NullableDatasetQueryConstraints) UnmarshalJSON ¶
func (v *NullableDatasetQueryConstraints) UnmarshalJSON(src []byte) error
func (*NullableDatasetQueryConstraints) Unset ¶
func (v *NullableDatasetQueryConstraints) Unset()
type NullableDatasetQueryDsl ¶
type NullableDatasetQueryDsl struct {
// contains filtered or unexported fields
}
func NewNullableDatasetQueryDsl ¶
func NewNullableDatasetQueryDsl(val *DatasetQueryDsl) *NullableDatasetQueryDsl
func (NullableDatasetQueryDsl) Get ¶
func (v NullableDatasetQueryDsl) Get() *DatasetQueryDsl
func (NullableDatasetQueryDsl) IsSet ¶
func (v NullableDatasetQueryDsl) IsSet() bool
func (NullableDatasetQueryDsl) MarshalJSON ¶
func (v NullableDatasetQueryDsl) MarshalJSON() ([]byte, error)
func (*NullableDatasetQueryDsl) Set ¶
func (v *NullableDatasetQueryDsl) Set(val *DatasetQueryDsl)
func (*NullableDatasetQueryDsl) UnmarshalJSON ¶
func (v *NullableDatasetQueryDsl) UnmarshalJSON(src []byte) error
func (*NullableDatasetQueryDsl) Unset ¶
func (v *NullableDatasetQueryDsl) Unset()
type NullableDatasetQueryDslPage ¶
type NullableDatasetQueryDslPage struct {
// contains filtered or unexported fields
}
func NewNullableDatasetQueryDslPage ¶
func NewNullableDatasetQueryDslPage(val *DatasetQueryDslPage) *NullableDatasetQueryDslPage
func (NullableDatasetQueryDslPage) Get ¶
func (v NullableDatasetQueryDslPage) Get() *DatasetQueryDslPage
func (NullableDatasetQueryDslPage) IsSet ¶
func (v NullableDatasetQueryDslPage) IsSet() bool
func (NullableDatasetQueryDslPage) MarshalJSON ¶
func (v NullableDatasetQueryDslPage) MarshalJSON() ([]byte, error)
func (*NullableDatasetQueryDslPage) Set ¶
func (v *NullableDatasetQueryDslPage) Set(val *DatasetQueryDslPage)
func (*NullableDatasetQueryDslPage) UnmarshalJSON ¶
func (v *NullableDatasetQueryDslPage) UnmarshalJSON(src []byte) error
func (*NullableDatasetQueryDslPage) Unset ¶
func (v *NullableDatasetQueryDslPage) Unset()
type NullableDatasetQueryJsonQuery ¶
type NullableDatasetQueryJsonQuery struct {
// contains filtered or unexported fields
}
func NewNullableDatasetQueryJsonQuery ¶
func NewNullableDatasetQueryJsonQuery(val *DatasetQueryJsonQuery) *NullableDatasetQueryJsonQuery
func (NullableDatasetQueryJsonQuery) Get ¶
func (v NullableDatasetQueryJsonQuery) Get() *DatasetQueryJsonQuery
func (NullableDatasetQueryJsonQuery) IsSet ¶
func (v NullableDatasetQueryJsonQuery) IsSet() bool
func (NullableDatasetQueryJsonQuery) MarshalJSON ¶
func (v NullableDatasetQueryJsonQuery) MarshalJSON() ([]byte, error)
func (*NullableDatasetQueryJsonQuery) Set ¶
func (v *NullableDatasetQueryJsonQuery) Set(val *DatasetQueryJsonQuery)
func (*NullableDatasetQueryJsonQuery) UnmarshalJSON ¶
func (v *NullableDatasetQueryJsonQuery) UnmarshalJSON(src []byte) error
func (*NullableDatasetQueryJsonQuery) Unset ¶
func (v *NullableDatasetQueryJsonQuery) Unset()
type NullableDatasetQueryNative ¶
type NullableDatasetQueryNative struct {
// contains filtered or unexported fields
}
func NewNullableDatasetQueryNative ¶
func NewNullableDatasetQueryNative(val *DatasetQueryNative) *NullableDatasetQueryNative
func (NullableDatasetQueryNative) Get ¶
func (v NullableDatasetQueryNative) Get() *DatasetQueryNative
func (NullableDatasetQueryNative) IsSet ¶
func (v NullableDatasetQueryNative) IsSet() bool
func (NullableDatasetQueryNative) MarshalJSON ¶
func (v NullableDatasetQueryNative) MarshalJSON() ([]byte, error)
func (*NullableDatasetQueryNative) Set ¶
func (v *NullableDatasetQueryNative) Set(val *DatasetQueryNative)
func (*NullableDatasetQueryNative) UnmarshalJSON ¶
func (v *NullableDatasetQueryNative) UnmarshalJSON(src []byte) error
func (*NullableDatasetQueryNative) Unset ¶
func (v *NullableDatasetQueryNative) Unset()
type NullableDatasetQueryOpts ¶
type NullableDatasetQueryOpts struct {
// contains filtered or unexported fields
}
func NewNullableDatasetQueryOpts ¶
func NewNullableDatasetQueryOpts(val *DatasetQueryOpts) *NullableDatasetQueryOpts
func (NullableDatasetQueryOpts) Get ¶
func (v NullableDatasetQueryOpts) Get() *DatasetQueryOpts
func (NullableDatasetQueryOpts) IsSet ¶
func (v NullableDatasetQueryOpts) IsSet() bool
func (NullableDatasetQueryOpts) MarshalJSON ¶
func (v NullableDatasetQueryOpts) MarshalJSON() ([]byte, error)
func (*NullableDatasetQueryOpts) Set ¶
func (v *NullableDatasetQueryOpts) Set(val *DatasetQueryOpts)
func (*NullableDatasetQueryOpts) UnmarshalJSON ¶
func (v *NullableDatasetQueryOpts) UnmarshalJSON(src []byte) error
func (*NullableDatasetQueryOpts) Unset ¶
func (v *NullableDatasetQueryOpts) Unset()
type NullableDatasetQueryResults ¶
type NullableDatasetQueryResults struct {
// contains filtered or unexported fields
}
func NewNullableDatasetQueryResults ¶
func NewNullableDatasetQueryResults(val *DatasetQueryResults) *NullableDatasetQueryResults
func (NullableDatasetQueryResults) Get ¶
func (v NullableDatasetQueryResults) Get() *DatasetQueryResults
func (NullableDatasetQueryResults) IsSet ¶
func (v NullableDatasetQueryResults) IsSet() bool
func (NullableDatasetQueryResults) MarshalJSON ¶
func (v NullableDatasetQueryResults) MarshalJSON() ([]byte, error)
func (*NullableDatasetQueryResults) Set ¶
func (v *NullableDatasetQueryResults) Set(val *DatasetQueryResults)
func (*NullableDatasetQueryResults) UnmarshalJSON ¶
func (v *NullableDatasetQueryResults) UnmarshalJSON(src []byte) error
func (*NullableDatasetQueryResults) Unset ¶
func (v *NullableDatasetQueryResults) Unset()
type NullableDatasetQueryResultsCol ¶
type NullableDatasetQueryResultsCol struct {
// contains filtered or unexported fields
}
func NewNullableDatasetQueryResultsCol ¶
func NewNullableDatasetQueryResultsCol(val *DatasetQueryResultsCol) *NullableDatasetQueryResultsCol
func (NullableDatasetQueryResultsCol) Get ¶
func (v NullableDatasetQueryResultsCol) Get() *DatasetQueryResultsCol
func (NullableDatasetQueryResultsCol) IsSet ¶
func (v NullableDatasetQueryResultsCol) IsSet() bool
func (NullableDatasetQueryResultsCol) MarshalJSON ¶
func (v NullableDatasetQueryResultsCol) MarshalJSON() ([]byte, error)
func (*NullableDatasetQueryResultsCol) Set ¶
func (v *NullableDatasetQueryResultsCol) Set(val *DatasetQueryResultsCol)
func (*NullableDatasetQueryResultsCol) UnmarshalJSON ¶
func (v *NullableDatasetQueryResultsCol) UnmarshalJSON(src []byte) error
func (*NullableDatasetQueryResultsCol) Unset ¶
func (v *NullableDatasetQueryResultsCol) Unset()
type NullableDatasetQueryResultsColFingerprint ¶
type NullableDatasetQueryResultsColFingerprint struct {
// contains filtered or unexported fields
}
func NewNullableDatasetQueryResultsColFingerprint ¶
func NewNullableDatasetQueryResultsColFingerprint(val *DatasetQueryResultsColFingerprint) *NullableDatasetQueryResultsColFingerprint
func (NullableDatasetQueryResultsColFingerprint) IsSet ¶
func (v NullableDatasetQueryResultsColFingerprint) IsSet() bool
func (NullableDatasetQueryResultsColFingerprint) MarshalJSON ¶
func (v NullableDatasetQueryResultsColFingerprint) MarshalJSON() ([]byte, error)
func (*NullableDatasetQueryResultsColFingerprint) Set ¶
func (v *NullableDatasetQueryResultsColFingerprint) Set(val *DatasetQueryResultsColFingerprint)
func (*NullableDatasetQueryResultsColFingerprint) UnmarshalJSON ¶
func (v *NullableDatasetQueryResultsColFingerprint) UnmarshalJSON(src []byte) error
func (*NullableDatasetQueryResultsColFingerprint) Unset ¶
func (v *NullableDatasetQueryResultsColFingerprint) Unset()
type NullableDatasetQueryResultsColFingerprintGlobal ¶
type NullableDatasetQueryResultsColFingerprintGlobal struct {
// contains filtered or unexported fields
}
func NewNullableDatasetQueryResultsColFingerprintGlobal ¶
func NewNullableDatasetQueryResultsColFingerprintGlobal(val *DatasetQueryResultsColFingerprintGlobal) *NullableDatasetQueryResultsColFingerprintGlobal
func (NullableDatasetQueryResultsColFingerprintGlobal) IsSet ¶
func (v NullableDatasetQueryResultsColFingerprintGlobal) IsSet() bool
func (NullableDatasetQueryResultsColFingerprintGlobal) MarshalJSON ¶
func (v NullableDatasetQueryResultsColFingerprintGlobal) MarshalJSON() ([]byte, error)
func (*NullableDatasetQueryResultsColFingerprintGlobal) UnmarshalJSON ¶
func (v *NullableDatasetQueryResultsColFingerprintGlobal) UnmarshalJSON(src []byte) error
func (*NullableDatasetQueryResultsColFingerprintGlobal) Unset ¶
func (v *NullableDatasetQueryResultsColFingerprintGlobal) Unset()
type NullableDatasetQueryResultsColFingerprintType ¶
type NullableDatasetQueryResultsColFingerprintType struct {
// contains filtered or unexported fields
}
func NewNullableDatasetQueryResultsColFingerprintType ¶
func NewNullableDatasetQueryResultsColFingerprintType(val *DatasetQueryResultsColFingerprintType) *NullableDatasetQueryResultsColFingerprintType
func (NullableDatasetQueryResultsColFingerprintType) IsSet ¶
func (v NullableDatasetQueryResultsColFingerprintType) IsSet() bool
func (NullableDatasetQueryResultsColFingerprintType) MarshalJSON ¶
func (v NullableDatasetQueryResultsColFingerprintType) MarshalJSON() ([]byte, error)
func (*NullableDatasetQueryResultsColFingerprintType) Set ¶
func (v *NullableDatasetQueryResultsColFingerprintType) Set(val *DatasetQueryResultsColFingerprintType)
func (*NullableDatasetQueryResultsColFingerprintType) UnmarshalJSON ¶
func (v *NullableDatasetQueryResultsColFingerprintType) UnmarshalJSON(src []byte) error
func (*NullableDatasetQueryResultsColFingerprintType) Unset ¶
func (v *NullableDatasetQueryResultsColFingerprintType) Unset()
type NullableDatasetQueryResultsColTarget ¶
type NullableDatasetQueryResultsColTarget struct {
// contains filtered or unexported fields
}
func NewNullableDatasetQueryResultsColTarget ¶
func NewNullableDatasetQueryResultsColTarget(val *DatasetQueryResultsColTarget) *NullableDatasetQueryResultsColTarget
func (NullableDatasetQueryResultsColTarget) Get ¶
func (v NullableDatasetQueryResultsColTarget) Get() *DatasetQueryResultsColTarget
func (NullableDatasetQueryResultsColTarget) IsSet ¶
func (v NullableDatasetQueryResultsColTarget) IsSet() bool
func (NullableDatasetQueryResultsColTarget) MarshalJSON ¶
func (v NullableDatasetQueryResultsColTarget) MarshalJSON() ([]byte, error)
func (*NullableDatasetQueryResultsColTarget) Set ¶
func (v *NullableDatasetQueryResultsColTarget) Set(val *DatasetQueryResultsColTarget)
func (*NullableDatasetQueryResultsColTarget) UnmarshalJSON ¶
func (v *NullableDatasetQueryResultsColTarget) UnmarshalJSON(src []byte) error
func (*NullableDatasetQueryResultsColTarget) Unset ¶
func (v *NullableDatasetQueryResultsColTarget) Unset()
type NullableDatasetQueryResultsData ¶
type NullableDatasetQueryResultsData struct {
// contains filtered or unexported fields
}
func NewNullableDatasetQueryResultsData ¶
func NewNullableDatasetQueryResultsData(val *DatasetQueryResultsData) *NullableDatasetQueryResultsData
func (NullableDatasetQueryResultsData) Get ¶
func (v NullableDatasetQueryResultsData) Get() *DatasetQueryResultsData
func (NullableDatasetQueryResultsData) IsSet ¶
func (v NullableDatasetQueryResultsData) IsSet() bool
func (NullableDatasetQueryResultsData) MarshalJSON ¶
func (v NullableDatasetQueryResultsData) MarshalJSON() ([]byte, error)
func (*NullableDatasetQueryResultsData) Set ¶
func (v *NullableDatasetQueryResultsData) Set(val *DatasetQueryResultsData)
func (*NullableDatasetQueryResultsData) UnmarshalJSON ¶
func (v *NullableDatasetQueryResultsData) UnmarshalJSON(src []byte) error
func (*NullableDatasetQueryResultsData) Unset ¶
func (v *NullableDatasetQueryResultsData) Unset()
type NullableDatasetQueryResultsMetadata ¶
type NullableDatasetQueryResultsMetadata struct {
// contains filtered or unexported fields
}
func NewNullableDatasetQueryResultsMetadata ¶
func NewNullableDatasetQueryResultsMetadata(val *DatasetQueryResultsMetadata) *NullableDatasetQueryResultsMetadata
func (NullableDatasetQueryResultsMetadata) Get ¶
func (v NullableDatasetQueryResultsMetadata) Get() *DatasetQueryResultsMetadata
func (NullableDatasetQueryResultsMetadata) IsSet ¶
func (v NullableDatasetQueryResultsMetadata) IsSet() bool
func (NullableDatasetQueryResultsMetadata) MarshalJSON ¶
func (v NullableDatasetQueryResultsMetadata) MarshalJSON() ([]byte, error)
func (*NullableDatasetQueryResultsMetadata) Set ¶
func (v *NullableDatasetQueryResultsMetadata) Set(val *DatasetQueryResultsMetadata)
func (*NullableDatasetQueryResultsMetadata) UnmarshalJSON ¶
func (v *NullableDatasetQueryResultsMetadata) UnmarshalJSON(src []byte) error
func (*NullableDatasetQueryResultsMetadata) Unset ¶
func (v *NullableDatasetQueryResultsMetadata) Unset()
type NullableDatasetQueryResultsMetadataColumn ¶
type NullableDatasetQueryResultsMetadataColumn struct {
// contains filtered or unexported fields
}
func NewNullableDatasetQueryResultsMetadataColumn ¶
func NewNullableDatasetQueryResultsMetadataColumn(val *DatasetQueryResultsMetadataColumn) *NullableDatasetQueryResultsMetadataColumn
func (NullableDatasetQueryResultsMetadataColumn) IsSet ¶
func (v NullableDatasetQueryResultsMetadataColumn) IsSet() bool
func (NullableDatasetQueryResultsMetadataColumn) MarshalJSON ¶
func (v NullableDatasetQueryResultsMetadataColumn) MarshalJSON() ([]byte, error)
func (*NullableDatasetQueryResultsMetadataColumn) Set ¶
func (v *NullableDatasetQueryResultsMetadataColumn) Set(val *DatasetQueryResultsMetadataColumn)
func (*NullableDatasetQueryResultsMetadataColumn) UnmarshalJSON ¶
func (v *NullableDatasetQueryResultsMetadataColumn) UnmarshalJSON(src []byte) error
func (*NullableDatasetQueryResultsMetadataColumn) Unset ¶
func (v *NullableDatasetQueryResultsMetadataColumn) Unset()
type NullableDatasetQueryResultsNativeForm ¶
type NullableDatasetQueryResultsNativeForm struct {
// contains filtered or unexported fields
}
func NewNullableDatasetQueryResultsNativeForm ¶
func NewNullableDatasetQueryResultsNativeForm(val *DatasetQueryResultsNativeForm) *NullableDatasetQueryResultsNativeForm
func (NullableDatasetQueryResultsNativeForm) Get ¶
func (v NullableDatasetQueryResultsNativeForm) Get() *DatasetQueryResultsNativeForm
func (NullableDatasetQueryResultsNativeForm) IsSet ¶
func (v NullableDatasetQueryResultsNativeForm) IsSet() bool
func (NullableDatasetQueryResultsNativeForm) MarshalJSON ¶
func (v NullableDatasetQueryResultsNativeForm) MarshalJSON() ([]byte, error)
func (*NullableDatasetQueryResultsNativeForm) Set ¶
func (v *NullableDatasetQueryResultsNativeForm) Set(val *DatasetQueryResultsNativeForm)
func (*NullableDatasetQueryResultsNativeForm) UnmarshalJSON ¶
func (v *NullableDatasetQueryResultsNativeForm) UnmarshalJSON(src []byte) error
func (*NullableDatasetQueryResultsNativeForm) Unset ¶
func (v *NullableDatasetQueryResultsNativeForm) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullablePermissionGraphData ¶
type NullablePermissionGraphData struct {
// contains filtered or unexported fields
}
func NewNullablePermissionGraphData ¶
func NewNullablePermissionGraphData(val *PermissionGraphData) *NullablePermissionGraphData
func (NullablePermissionGraphData) Get ¶
func (v NullablePermissionGraphData) Get() *PermissionGraphData
func (NullablePermissionGraphData) IsSet ¶
func (v NullablePermissionGraphData) IsSet() bool
func (NullablePermissionGraphData) MarshalJSON ¶
func (v NullablePermissionGraphData) MarshalJSON() ([]byte, error)
func (*NullablePermissionGraphData) Set ¶
func (v *NullablePermissionGraphData) Set(val *PermissionGraphData)
func (*NullablePermissionGraphData) UnmarshalJSON ¶
func (v *NullablePermissionGraphData) UnmarshalJSON(src []byte) error
func (*NullablePermissionGraphData) Unset ¶
func (v *NullablePermissionGraphData) Unset()
type NullablePermissionGroup ¶
type NullablePermissionGroup struct {
// contains filtered or unexported fields
}
func NewNullablePermissionGroup ¶
func NewNullablePermissionGroup(val *PermissionGroup) *NullablePermissionGroup
func (NullablePermissionGroup) Get ¶
func (v NullablePermissionGroup) Get() *PermissionGroup
func (NullablePermissionGroup) IsSet ¶
func (v NullablePermissionGroup) IsSet() bool
func (NullablePermissionGroup) MarshalJSON ¶
func (v NullablePermissionGroup) MarshalJSON() ([]byte, error)
func (*NullablePermissionGroup) Set ¶
func (v *NullablePermissionGroup) Set(val *PermissionGroup)
func (*NullablePermissionGroup) UnmarshalJSON ¶
func (v *NullablePermissionGroup) UnmarshalJSON(src []byte) error
func (*NullablePermissionGroup) Unset ¶
func (v *NullablePermissionGroup) Unset()
type NullablePermissionsGraph ¶
type NullablePermissionsGraph struct {
// contains filtered or unexported fields
}
func NewNullablePermissionsGraph ¶
func NewNullablePermissionsGraph(val *PermissionsGraph) *NullablePermissionsGraph
func (NullablePermissionsGraph) Get ¶
func (v NullablePermissionsGraph) Get() *PermissionsGraph
func (NullablePermissionsGraph) IsSet ¶
func (v NullablePermissionsGraph) IsSet() bool
func (NullablePermissionsGraph) MarshalJSON ¶
func (v NullablePermissionsGraph) MarshalJSON() ([]byte, error)
func (*NullablePermissionsGraph) Set ¶
func (v *NullablePermissionsGraph) Set(val *PermissionsGraph)
func (*NullablePermissionsGraph) UnmarshalJSON ¶
func (v *NullablePermissionsGraph) UnmarshalJSON(src []byte) error
func (*NullablePermissionsGraph) Unset ¶
func (v *NullablePermissionsGraph) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type PermissionGraphData ¶
type PermissionGraphData struct { Download map[string]interface{} `json:"download,omitempty"` Data map[string]interface{} `json:"data,omitempty"` }
PermissionGraphData struct for PermissionGraphData
func NewPermissionGraphData ¶
func NewPermissionGraphData() *PermissionGraphData
NewPermissionGraphData instantiates a new PermissionGraphData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPermissionGraphDataWithDefaults ¶
func NewPermissionGraphDataWithDefaults() *PermissionGraphData
NewPermissionGraphDataWithDefaults instantiates a new PermissionGraphData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PermissionGraphData) GetData ¶
func (o *PermissionGraphData) GetData() map[string]interface{}
GetData returns the Data field value if set, zero value otherwise.
func (*PermissionGraphData) GetDataOk ¶
func (o *PermissionGraphData) GetDataOk() (map[string]interface{}, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PermissionGraphData) GetDownload ¶
func (o *PermissionGraphData) GetDownload() map[string]interface{}
GetDownload returns the Download field value if set, zero value otherwise.
func (*PermissionGraphData) GetDownloadOk ¶
func (o *PermissionGraphData) GetDownloadOk() (map[string]interface{}, bool)
GetDownloadOk returns a tuple with the Download field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PermissionGraphData) HasData ¶
func (o *PermissionGraphData) HasData() bool
HasData returns a boolean if a field has been set.
func (*PermissionGraphData) HasDownload ¶
func (o *PermissionGraphData) HasDownload() bool
HasDownload returns a boolean if a field has been set.
func (PermissionGraphData) MarshalJSON ¶
func (o PermissionGraphData) MarshalJSON() ([]byte, error)
func (*PermissionGraphData) SetData ¶
func (o *PermissionGraphData) SetData(v map[string]interface{})
SetData gets a reference to the given map[string]interface{} and assigns it to the Data field.
func (*PermissionGraphData) SetDownload ¶
func (o *PermissionGraphData) SetDownload(v map[string]interface{})
SetDownload gets a reference to the given map[string]interface{} and assigns it to the Download field.
func (PermissionGraphData) ToMap ¶
func (o PermissionGraphData) ToMap() (map[string]interface{}, error)
type PermissionGroup ¶
type PermissionGroup struct { Id *int32 `json:"id,omitempty"` Name *string `json:"name,omitempty"` MemberCount *int32 `json:"member_count,omitempty"` }
PermissionGroup struct for PermissionGroup
func NewPermissionGroup ¶
func NewPermissionGroup() *PermissionGroup
NewPermissionGroup instantiates a new PermissionGroup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPermissionGroupWithDefaults ¶
func NewPermissionGroupWithDefaults() *PermissionGroup
NewPermissionGroupWithDefaults instantiates a new PermissionGroup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PermissionGroup) GetId ¶
func (o *PermissionGroup) GetId() int32
GetId returns the Id field value if set, zero value otherwise.
func (*PermissionGroup) GetIdOk ¶
func (o *PermissionGroup) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PermissionGroup) GetMemberCount ¶
func (o *PermissionGroup) GetMemberCount() int32
GetMemberCount returns the MemberCount field value if set, zero value otherwise.
func (*PermissionGroup) GetMemberCountOk ¶
func (o *PermissionGroup) GetMemberCountOk() (*int32, bool)
GetMemberCountOk returns a tuple with the MemberCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PermissionGroup) GetName ¶
func (o *PermissionGroup) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*PermissionGroup) GetNameOk ¶
func (o *PermissionGroup) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PermissionGroup) HasId ¶
func (o *PermissionGroup) HasId() bool
HasId returns a boolean if a field has been set.
func (*PermissionGroup) HasMemberCount ¶
func (o *PermissionGroup) HasMemberCount() bool
HasMemberCount returns a boolean if a field has been set.
func (*PermissionGroup) HasName ¶
func (o *PermissionGroup) HasName() bool
HasName returns a boolean if a field has been set.
func (PermissionGroup) MarshalJSON ¶
func (o PermissionGroup) MarshalJSON() ([]byte, error)
func (*PermissionGroup) SetId ¶
func (o *PermissionGroup) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (*PermissionGroup) SetMemberCount ¶
func (o *PermissionGroup) SetMemberCount(v int32)
SetMemberCount gets a reference to the given int32 and assigns it to the MemberCount field.
func (*PermissionGroup) SetName ¶
func (o *PermissionGroup) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (PermissionGroup) ToMap ¶
func (o PermissionGroup) ToMap() (map[string]interface{}, error)
type PermissionsApiService ¶
type PermissionsApiService service
PermissionsApiService PermissionsApi service
func (*PermissionsApiService) GetPermissionsGraph ¶
func (a *PermissionsApiService) GetPermissionsGraph(ctx context.Context) ApiGetPermissionsGraphRequest
GetPermissionsGraph Fetch a graph of execution permissions.
Fetch a graph of execution permissions.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetPermissionsGraphRequest
func (*PermissionsApiService) GetPermissionsGraphExecute ¶
func (a *PermissionsApiService) GetPermissionsGraphExecute(r ApiGetPermissionsGraphRequest) (*PermissionsGraph, *http.Response, error)
Execute executes the request
@return PermissionsGraph
func (*PermissionsApiService) GetPermissionsGroup ¶
func (a *PermissionsApiService) GetPermissionsGroup(ctx context.Context) ApiGetPermissionsGroupRequest
GetPermissionsGroup Fetch all permissions group.
Fetch all PermissionsGroups, including a count of the number of :members in that group. This API requires superuser or group manager of more than one group. Group manager is only available if advanced-permissions is enabled and returns only groups that user is manager of.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetPermissionsGroupRequest
func (*PermissionsApiService) GetPermissionsGroupExecute ¶
func (a *PermissionsApiService) GetPermissionsGroupExecute(r ApiGetPermissionsGroupRequest) ([]PermissionGroup, *http.Response, error)
Execute executes the request
@return []PermissionGroup
type PermissionsGraph ¶
type PermissionsGraph struct { Revision *int32 `json:"revision,omitempty"` Groups *map[string]map[string]PermissionGraphData `json:"groups,omitempty"` }
PermissionsGraph struct for PermissionsGraph
func NewPermissionsGraph ¶
func NewPermissionsGraph() *PermissionsGraph
NewPermissionsGraph instantiates a new PermissionsGraph object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPermissionsGraphWithDefaults ¶
func NewPermissionsGraphWithDefaults() *PermissionsGraph
NewPermissionsGraphWithDefaults instantiates a new PermissionsGraph object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PermissionsGraph) GetGroups ¶
func (o *PermissionsGraph) GetGroups() map[string]map[string]PermissionGraphData
GetGroups returns the Groups field value if set, zero value otherwise.
func (*PermissionsGraph) GetGroupsOk ¶
func (o *PermissionsGraph) GetGroupsOk() (*map[string]map[string]PermissionGraphData, bool)
GetGroupsOk returns a tuple with the Groups field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PermissionsGraph) GetRevision ¶
func (o *PermissionsGraph) GetRevision() int32
GetRevision returns the Revision field value if set, zero value otherwise.
func (*PermissionsGraph) GetRevisionOk ¶
func (o *PermissionsGraph) GetRevisionOk() (*int32, bool)
GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PermissionsGraph) HasGroups ¶
func (o *PermissionsGraph) HasGroups() bool
HasGroups returns a boolean if a field has been set.
func (*PermissionsGraph) HasRevision ¶
func (o *PermissionsGraph) HasRevision() bool
HasRevision returns a boolean if a field has been set.
func (PermissionsGraph) MarshalJSON ¶
func (o PermissionsGraph) MarshalJSON() ([]byte, error)
func (*PermissionsGraph) SetGroups ¶
func (o *PermissionsGraph) SetGroups(v map[string]map[string]PermissionGraphData)
SetGroups gets a reference to the given map[string]map[string]PermissionGraphData and assigns it to the Groups field.
func (*PermissionsGraph) SetRevision ¶
func (o *PermissionsGraph) SetRevision(v int32)
SetRevision gets a reference to the given int32 and assigns it to the Revision field.
func (PermissionsGraph) ToMap ¶
func (o PermissionsGraph) ToMap() (map[string]interface{}, error)
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
Source Files ¶
- api_database.go
- api_dataset.go
- api_permissions.go
- client.go
- configuration.go
- model_database.go
- model_database_list.go
- model_database_table.go
- model_dataset_query_constraints.go
- model_dataset_query_dsl.go
- model_dataset_query_dsl_page.go
- model_dataset_query_json_query.go
- model_dataset_query_native.go
- model_dataset_query_opts.go
- model_dataset_query_results.go
- model_dataset_query_results_col.go
- model_dataset_query_results_col_fingerprint.go
- model_dataset_query_results_col_fingerprint_global.go
- model_dataset_query_results_col_fingerprint_type.go
- model_dataset_query_results_col_target.go
- model_dataset_query_results_data.go
- model_dataset_query_results_metadata.go
- model_dataset_query_results_metadata_column.go
- model_dataset_query_results_native_form.go
- model_permission_graph_data.go
- model_permission_group.go
- model_permissions_graph.go
- response.go
- utils.go