Constructor
Methods
build
Builds the object.
def build() -> dashboard.DashboardMeta
annotations_permissions
def annotations_permissions(annotations_permissions: cogbuilder.Builder[dashboard.AnnotationPermission]) -> typing.Self
can_admin
def can_admin(can_admin: bool) -> typing.Self
can_delete
def can_delete(can_delete: bool) -> typing.Self
can_edit
def can_edit(can_edit: bool) -> typing.Self
can_save
def can_save(can_save: bool) -> typing.Self
can_star
def can_star(can_star: bool) -> typing.Self
created
def created(created: str) -> typing.Self
created_by
def created_by(created_by: str) -> typing.Self
expires
def expires(expires: str) -> typing.Self
folder_id
Deprecated: use FolderUID instead
def folder_id(folder_id: int) -> typing.Self
folder_title
def folder_title(folder_title: str) -> typing.Self
folder_uid
def folder_uid(folder_uid: str) -> typing.Self
folder_url
def folder_url(folder_url: str) -> typing.Self
has_acl
def has_acl(has_acl: bool) -> typing.Self
is_folder
def is_folder(is_folder: bool) -> typing.Self
is_snapshot
def is_snapshot(is_snapshot: bool) -> typing.Self
is_starred
def is_starred(is_starred: bool) -> typing.Self
provisioned
def provisioned(provisioned: bool) -> typing.Self
provisioned_external_id
def provisioned_external_id(provisioned_external_id: str) -> typing.Self
public_dashboard_enabled
def public_dashboard_enabled(public_dashboard_enabled: bool) -> typing.Self
slug
def slug(slug: str) -> typing.Self
type_val
def type_val(type_val: str) -> typing.Self
updated
def updated(updated: str) -> typing.Self
updated_by
def updated_by(updated_by: str) -> typing.Self
url
def url(url: str) -> typing.Self
version
def version(version: int) -> typing.Self
See also