Blog class
Constructors
-
Blog({String? customMetaData, String? description, String? id, String? kind, BlogLocale? locale, String? name, BlogPages? pages, BlogPosts? posts, String? published, String? selfLink, String? status, String? updated, String? url})
-
-
Blog.fromJson(Map json_)
-
Properties
-
customMetaData
↔ String?
-
The JSON custom meta-data for the Blog.
getter/setter pair
-
description
↔ String?
-
The description of this blog.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
id
↔ String?
-
The identifier for this resource.
getter/setter pair
-
kind
↔ String?
-
The kind of this entry.
getter/setter pair
-
locale
↔ BlogLocale?
-
The locale this Blog is set to.
getter/setter pair
-
name
↔ String?
-
The name of this blog.
getter/setter pair
-
pages
↔ BlogPages?
-
The container of pages in this blog.
getter/setter pair
-
posts
↔ BlogPosts?
-
The container of posts in this blog.
getter/setter pair
-
published
↔ String?
-
RFC 3339 date-time when this blog was published.
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
selfLink
↔ String?
-
The API REST URL to fetch this resource from.
getter/setter pair
-
status
↔ String?
-
The status of the blog.
Possible string values are:
getter/setter pair
-
updated
↔ String?
-
RFC 3339 date-time when this blog was last updated.
getter/setter pair
-
url
↔ String?
-
The URL where this blog is published.
getter/setter pair