Link
Constructor:
Signature:
def __init__( self, url: str | None = UNSET, as_: str | None = UNSET, for_: LinkPurpose | None = UNSET, import_: List[LinkImport | None] | None = UNSET,) -> None: ...
Parameters:
-
url:
- Type
-
str | None
- Default
-
UNSET
-
as_:
- Type
-
str | None
- Default
-
UNSET
-
for_:
- Type
-
LinkPurpose | None
- Default
-
UNSET
-
import_:
- Type
-
List[LinkImport | None] | None
- Default
-
UNSET
Attributes:
-
url:
- Type
-
str | None
-
as_:
- Type
-
str | None
-
for_:
- Type
-
LinkPurpose | None
-
import_:
- Type
-
List[LinkImport | None] | None