gooddata_fdw.import_workspace.ImporterInitData

class gooddata_fdw.import_workspace.ImporterInitData(sdk, workspace, server_options, import_options, restriction_type, restricts)

Bases: tuple

__init__()

Methods

__init__()

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Attributes

import_options

Alias for field number 3

restriction_type

Alias for field number 4

restricts

Alias for field number 5

sdk

Alias for field number 0

server_options

Alias for field number 2

workspace

Alias for field number 1

count(value, /)

Return number of occurrences of value.

property import_options

Alias for field number 3

index(value, start=0, stop=9223372036854775807, /)

Return first index of value.

Raises ValueError if the value is not present.

property restriction_type

Alias for field number 4

property restricts

Alias for field number 5

property sdk

Alias for field number 0

property server_options

Alias for field number 2

property workspace

Alias for field number 1