DashboardMeta🔗
Definition🔗
class DashboardMeta implements \JsonSerializable
{
public ?\Grafana\Foundation\Dashboard\AnnotationPermission $annotationsPermissions;
public ?bool $canAdmin;
public ?bool $canDelete;
public ?bool $canEdit;
public ?bool $canSave;
public ?bool $canStar;
public ?string $created;
public ?string $createdBy;
public ?string $expires;
/**
* Deprecated: use FolderUID instead
*/
public ?int $folderId;
public ?string $folderTitle;
public ?string $folderUid;
public ?string $folderUrl;
public ?bool $hasAcl;
public ?bool $isFolder;
public ?bool $isSnapshot;
public ?bool $isStarred;
public ?bool $provisioned;
public ?string $provisionedExternalId;
public ?bool $publicDashboardEnabled;
public ?string $slug;
public ?string $type;
public ?string $updated;
public ?string $updatedBy;
public ?string $url;
public ?int $version;
}
Methods🔗
fromArray🔗
Builds this object from an array.
This function is meant to be used with the return value of json_decode($json, true)
.
jsonSerialize🔗
Returns the data representing this object, preparing it for JSON serialization with json_encode()
.