Source code for nisystemlink.clients.file.models._link
from nisystemlink.clients.core._uplink._json_model import JsonModel
from pydantic import Field
[docs]class Link(JsonModel):
href: str = Field(..., example="/nifile/v1/service-groups")
"""
URI of the link
"""