WikiPageAttachmentModel class

Inheritance

Constructors

WikiPageAttachmentModel(Map<String, dynamic> payload)

Properties

accessKey String?
Attachment access key.
no setterinherited
attachType String
Attachment type.
finalinherited
createdAt int?
The date the wiki page was created in Unixtime format.
no setter
edited int?
The date the wiki page was last modified in Unixtime format.
no setter
editorId int?
The ID of the user who edited the wiki page last.
no setter
groupId int?
The community ID.
no setter
hashCode int
The hash code for this object.
no setterinherited
html String?
The text of the page in html format, if requested.
no setter
id int
Attachment ID.
no setterinherited
isCanEdit bool?
Can a user edit the text of a wiki page
no setter
isCanEditAccess bool?
Can a user change the access rights of a wiki page
no setter
ownerId int
The ID of the creator of the page.
no setteroverride
parent String?
The title of the parent page for navigation, if any.
no setter
parent2 String?
The title of the second parent page for navigation, if any
no setter
payload Map<String, dynamic>
Payload.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String?
The text of the page in wiki format, if requested.
no setter
title String?
The name of the wiki page.
no setter
viewsCount int?
The number of views of the wiki page.
no setter
viewUrl String?
The address of the page to display the wiki page.
no setter
whoCanEdit int?
Specifies who can edit the wiki page:
no setter
whoCanView int?
Information about who can view the wiki page:
no setter

Methods

checkBoolInProperty(String key) bool?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited