chore: update docs/dyn (#1106)
diff --git a/docs/dyn/blogger_v3.pages.html b/docs/dyn/blogger_v3.pages.html
index 9a5cc68..793b164 100644
--- a/docs/dyn/blogger_v3.pages.html
+++ b/docs/dyn/blogger_v3.pages.html
@@ -87,7 +87,7 @@
<code><a href="#insert">insert(blogId, body=None, isDraft=None, x__xgafv=None)</a></code></p>
<p class="firstline">Inserts a page.</p>
<p class="toc_element">
- <code><a href="#list">list(blogId, fetchBodies=None, pageToken=None, maxResults=None, view=None, status=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(blogId, status=None, fetchBodies=None, pageToken=None, view=None, maxResults=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists pages.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -102,7 +102,7 @@
<code><a href="#revert">revert(blogId, pageId, x__xgafv=None)</a></code></p>
<p class="firstline">Reverts a published or scheduled page to draft state.</p>
<p class="toc_element">
- <code><a href="#update">update(blogId, pageId, body=None, revert=None, publish=None, x__xgafv=None)</a></code></p>
+ <code><a href="#update">update(blogId, pageId, body=None, publish=None, revert=None, x__xgafv=None)</a></code></p>
<p class="firstline">Updates a page by blog id and page id.</p>
<h3>Method Details</h3>
<div class="method">
@@ -146,28 +146,28 @@
An object of the form:
{
- "author": { # The author of this Page.
- "url": "A String", # The URL of the creator's Profile page.
- "image": { # The creator's avatar.
- "url": "A String", # The creator's avatar URL.
- },
- "id": "A String", # The identifier of the creator.
- "displayName": "A String", # The display name.
+ "url": "A String", # The URL that this Page is displayed at.
+ "author": { # The author of this Page.
+ "id": "A String", # The identifier of the creator.
+ "url": "A String", # The URL of the creator's Profile page.
+ "displayName": "A String", # The display name.
+ "image": { # The creator's avatar.
+ "url": "A String", # The creator's avatar URL.
},
- "id": "A String", # The identifier for this resource.
- "kind": "A String", # The kind of this entity. Always blogger#page.
- "published": "A String", # RFC 3339 date-time when this Page was published.
- "selfLink": "A String", # The API REST URL to fetch this resource from.
- "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT).
- "content": "A String", # The body content of this Page, in HTML.
- "updated": "A String", # RFC 3339 date-time when this Page was last updated.
- "blog": { # Data about the blog containing this Page.
- "id": "A String", # The identifier of the blog containing this page.
- },
- "etag": "A String", # Etag of the resource.
- "url": "A String", # The URL that this Page is displayed at.
- "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface.
- }</pre>
+ },
+ "updated": "A String", # RFC 3339 date-time when this Page was last updated.
+ "id": "A String", # The identifier for this resource.
+ "content": "A String", # The body content of this Page, in HTML.
+ "blog": { # Data about the blog containing this Page.
+ "id": "A String", # The identifier of the blog containing this page.
+ },
+ "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT).
+ "published": "A String", # RFC 3339 date-time when this Page was published.
+ "etag": "A String", # Etag of the resource.
+ "selfLink": "A String", # The API REST URL to fetch this resource from.
+ "kind": "A String", # The kind of this entity. Always blogger#page.
+ "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface.
+ }</pre>
</div>
<div class="method">
@@ -180,28 +180,28 @@
The object takes the form of:
{
- "author": { # The author of this Page.
- "url": "A String", # The URL of the creator's Profile page.
- "image": { # The creator's avatar.
- "url": "A String", # The creator's avatar URL.
- },
- "id": "A String", # The identifier of the creator.
- "displayName": "A String", # The display name.
+ "url": "A String", # The URL that this Page is displayed at.
+ "author": { # The author of this Page.
+ "id": "A String", # The identifier of the creator.
+ "url": "A String", # The URL of the creator's Profile page.
+ "displayName": "A String", # The display name.
+ "image": { # The creator's avatar.
+ "url": "A String", # The creator's avatar URL.
},
- "id": "A String", # The identifier for this resource.
- "kind": "A String", # The kind of this entity. Always blogger#page.
- "published": "A String", # RFC 3339 date-time when this Page was published.
- "selfLink": "A String", # The API REST URL to fetch this resource from.
- "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT).
- "content": "A String", # The body content of this Page, in HTML.
- "updated": "A String", # RFC 3339 date-time when this Page was last updated.
- "blog": { # Data about the blog containing this Page.
- "id": "A String", # The identifier of the blog containing this page.
- },
- "etag": "A String", # Etag of the resource.
- "url": "A String", # The URL that this Page is displayed at.
- "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface.
- }
+ },
+ "updated": "A String", # RFC 3339 date-time when this Page was last updated.
+ "id": "A String", # The identifier for this resource.
+ "content": "A String", # The body content of this Page, in HTML.
+ "blog": { # Data about the blog containing this Page.
+ "id": "A String", # The identifier of the blog containing this page.
+ },
+ "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT).
+ "published": "A String", # RFC 3339 date-time when this Page was published.
+ "etag": "A String", # Etag of the resource.
+ "selfLink": "A String", # The API REST URL to fetch this resource from.
+ "kind": "A String", # The kind of this entity. Always blogger#page.
+ "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface.
+}
isDraft: boolean, A parameter
x__xgafv: string, V1 error format.
@@ -213,49 +213,49 @@
An object of the form:
{
- "author": { # The author of this Page.
- "url": "A String", # The URL of the creator's Profile page.
- "image": { # The creator's avatar.
- "url": "A String", # The creator's avatar URL.
- },
- "id": "A String", # The identifier of the creator.
- "displayName": "A String", # The display name.
+ "url": "A String", # The URL that this Page is displayed at.
+ "author": { # The author of this Page.
+ "id": "A String", # The identifier of the creator.
+ "url": "A String", # The URL of the creator's Profile page.
+ "displayName": "A String", # The display name.
+ "image": { # The creator's avatar.
+ "url": "A String", # The creator's avatar URL.
},
- "id": "A String", # The identifier for this resource.
- "kind": "A String", # The kind of this entity. Always blogger#page.
- "published": "A String", # RFC 3339 date-time when this Page was published.
- "selfLink": "A String", # The API REST URL to fetch this resource from.
- "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT).
- "content": "A String", # The body content of this Page, in HTML.
- "updated": "A String", # RFC 3339 date-time when this Page was last updated.
- "blog": { # Data about the blog containing this Page.
- "id": "A String", # The identifier of the blog containing this page.
- },
- "etag": "A String", # Etag of the resource.
- "url": "A String", # The URL that this Page is displayed at.
- "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface.
- }</pre>
+ },
+ "updated": "A String", # RFC 3339 date-time when this Page was last updated.
+ "id": "A String", # The identifier for this resource.
+ "content": "A String", # The body content of this Page, in HTML.
+ "blog": { # Data about the blog containing this Page.
+ "id": "A String", # The identifier of the blog containing this page.
+ },
+ "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT).
+ "published": "A String", # RFC 3339 date-time when this Page was published.
+ "etag": "A String", # Etag of the resource.
+ "selfLink": "A String", # The API REST URL to fetch this resource from.
+ "kind": "A String", # The kind of this entity. Always blogger#page.
+ "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface.
+ }</pre>
</div>
<div class="method">
- <code class="details" id="list">list(blogId, fetchBodies=None, pageToken=None, maxResults=None, view=None, status=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(blogId, status=None, fetchBodies=None, pageToken=None, view=None, maxResults=None, x__xgafv=None)</code>
<pre>Lists pages.
Args:
blogId: string, A parameter (required)
+ status: string, A parameter (repeated)
+ Allowed values
+ LIVE -
+ DRAFT -
fetchBodies: boolean, A parameter
pageToken: string, A parameter
- maxResults: integer, A parameter
view: string, A parameter
Allowed values
VIEW_TYPE_UNSPECIFIED -
READER -
AUTHOR -
ADMIN -
- status: string, A parameter (repeated)
- Allowed values
- LIVE -
- DRAFT -
+ maxResults: integer, A parameter
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -265,34 +265,34 @@
An object of the form:
{
- "kind": "A String", # The kind of this entity. Always blogger#pageList.
+ "nextPageToken": "A String", # Pagination token to fetch the next page, if one exists.
"items": [ # The list of Pages for a Blog.
{
- "author": { # The author of this Page.
- "url": "A String", # The URL of the creator's Profile page.
- "image": { # The creator's avatar.
- "url": "A String", # The creator's avatar URL.
- },
- "id": "A String", # The identifier of the creator.
- "displayName": "A String", # The display name.
+ "url": "A String", # The URL that this Page is displayed at.
+ "author": { # The author of this Page.
+ "id": "A String", # The identifier of the creator.
+ "url": "A String", # The URL of the creator's Profile page.
+ "displayName": "A String", # The display name.
+ "image": { # The creator's avatar.
+ "url": "A String", # The creator's avatar URL.
},
- "id": "A String", # The identifier for this resource.
- "kind": "A String", # The kind of this entity. Always blogger#page.
- "published": "A String", # RFC 3339 date-time when this Page was published.
- "selfLink": "A String", # The API REST URL to fetch this resource from.
- "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT).
- "content": "A String", # The body content of this Page, in HTML.
- "updated": "A String", # RFC 3339 date-time when this Page was last updated.
- "blog": { # Data about the blog containing this Page.
- "id": "A String", # The identifier of the blog containing this page.
- },
- "etag": "A String", # Etag of the resource.
- "url": "A String", # The URL that this Page is displayed at.
- "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface.
},
+ "updated": "A String", # RFC 3339 date-time when this Page was last updated.
+ "id": "A String", # The identifier for this resource.
+ "content": "A String", # The body content of this Page, in HTML.
+ "blog": { # Data about the blog containing this Page.
+ "id": "A String", # The identifier of the blog containing this page.
+ },
+ "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT).
+ "published": "A String", # RFC 3339 date-time when this Page was published.
+ "etag": "A String", # Etag of the resource.
+ "selfLink": "A String", # The API REST URL to fetch this resource from.
+ "kind": "A String", # The kind of this entity. Always blogger#page.
+ "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface.
+ },
],
+ "kind": "A String", # The kind of this entity. Always blogger#pageList.
"etag": "A String", # Etag of the response.
- "nextPageToken": "A String", # Pagination token to fetch the next page, if one exists.
}</pre>
</div>
@@ -321,28 +321,28 @@
The object takes the form of:
{
- "author": { # The author of this Page.
- "url": "A String", # The URL of the creator's Profile page.
- "image": { # The creator's avatar.
- "url": "A String", # The creator's avatar URL.
- },
- "id": "A String", # The identifier of the creator.
- "displayName": "A String", # The display name.
+ "url": "A String", # The URL that this Page is displayed at.
+ "author": { # The author of this Page.
+ "id": "A String", # The identifier of the creator.
+ "url": "A String", # The URL of the creator's Profile page.
+ "displayName": "A String", # The display name.
+ "image": { # The creator's avatar.
+ "url": "A String", # The creator's avatar URL.
},
- "id": "A String", # The identifier for this resource.
- "kind": "A String", # The kind of this entity. Always blogger#page.
- "published": "A String", # RFC 3339 date-time when this Page was published.
- "selfLink": "A String", # The API REST URL to fetch this resource from.
- "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT).
- "content": "A String", # The body content of this Page, in HTML.
- "updated": "A String", # RFC 3339 date-time when this Page was last updated.
- "blog": { # Data about the blog containing this Page.
- "id": "A String", # The identifier of the blog containing this page.
- },
- "etag": "A String", # Etag of the resource.
- "url": "A String", # The URL that this Page is displayed at.
- "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface.
- }
+ },
+ "updated": "A String", # RFC 3339 date-time when this Page was last updated.
+ "id": "A String", # The identifier for this resource.
+ "content": "A String", # The body content of this Page, in HTML.
+ "blog": { # Data about the blog containing this Page.
+ "id": "A String", # The identifier of the blog containing this page.
+ },
+ "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT).
+ "published": "A String", # RFC 3339 date-time when this Page was published.
+ "etag": "A String", # Etag of the resource.
+ "selfLink": "A String", # The API REST URL to fetch this resource from.
+ "kind": "A String", # The kind of this entity. Always blogger#page.
+ "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface.
+}
revert: boolean, A parameter
publish: boolean, A parameter
@@ -355,28 +355,28 @@
An object of the form:
{
- "author": { # The author of this Page.
- "url": "A String", # The URL of the creator's Profile page.
- "image": { # The creator's avatar.
- "url": "A String", # The creator's avatar URL.
- },
- "id": "A String", # The identifier of the creator.
- "displayName": "A String", # The display name.
+ "url": "A String", # The URL that this Page is displayed at.
+ "author": { # The author of this Page.
+ "id": "A String", # The identifier of the creator.
+ "url": "A String", # The URL of the creator's Profile page.
+ "displayName": "A String", # The display name.
+ "image": { # The creator's avatar.
+ "url": "A String", # The creator's avatar URL.
},
- "id": "A String", # The identifier for this resource.
- "kind": "A String", # The kind of this entity. Always blogger#page.
- "published": "A String", # RFC 3339 date-time when this Page was published.
- "selfLink": "A String", # The API REST URL to fetch this resource from.
- "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT).
- "content": "A String", # The body content of this Page, in HTML.
- "updated": "A String", # RFC 3339 date-time when this Page was last updated.
- "blog": { # Data about the blog containing this Page.
- "id": "A String", # The identifier of the blog containing this page.
- },
- "etag": "A String", # Etag of the resource.
- "url": "A String", # The URL that this Page is displayed at.
- "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface.
- }</pre>
+ },
+ "updated": "A String", # RFC 3339 date-time when this Page was last updated.
+ "id": "A String", # The identifier for this resource.
+ "content": "A String", # The body content of this Page, in HTML.
+ "blog": { # Data about the blog containing this Page.
+ "id": "A String", # The identifier of the blog containing this page.
+ },
+ "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT).
+ "published": "A String", # RFC 3339 date-time when this Page was published.
+ "etag": "A String", # Etag of the resource.
+ "selfLink": "A String", # The API REST URL to fetch this resource from.
+ "kind": "A String", # The kind of this entity. Always blogger#page.
+ "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface.
+ }</pre>
</div>
<div class="method">
@@ -395,28 +395,28 @@
An object of the form:
{
- "author": { # The author of this Page.
- "url": "A String", # The URL of the creator's Profile page.
- "image": { # The creator's avatar.
- "url": "A String", # The creator's avatar URL.
- },
- "id": "A String", # The identifier of the creator.
- "displayName": "A String", # The display name.
+ "url": "A String", # The URL that this Page is displayed at.
+ "author": { # The author of this Page.
+ "id": "A String", # The identifier of the creator.
+ "url": "A String", # The URL of the creator's Profile page.
+ "displayName": "A String", # The display name.
+ "image": { # The creator's avatar.
+ "url": "A String", # The creator's avatar URL.
},
- "id": "A String", # The identifier for this resource.
- "kind": "A String", # The kind of this entity. Always blogger#page.
- "published": "A String", # RFC 3339 date-time when this Page was published.
- "selfLink": "A String", # The API REST URL to fetch this resource from.
- "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT).
- "content": "A String", # The body content of this Page, in HTML.
- "updated": "A String", # RFC 3339 date-time when this Page was last updated.
- "blog": { # Data about the blog containing this Page.
- "id": "A String", # The identifier of the blog containing this page.
- },
- "etag": "A String", # Etag of the resource.
- "url": "A String", # The URL that this Page is displayed at.
- "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface.
- }</pre>
+ },
+ "updated": "A String", # RFC 3339 date-time when this Page was last updated.
+ "id": "A String", # The identifier for this resource.
+ "content": "A String", # The body content of this Page, in HTML.
+ "blog": { # Data about the blog containing this Page.
+ "id": "A String", # The identifier of the blog containing this page.
+ },
+ "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT).
+ "published": "A String", # RFC 3339 date-time when this Page was published.
+ "etag": "A String", # Etag of the resource.
+ "selfLink": "A String", # The API REST URL to fetch this resource from.
+ "kind": "A String", # The kind of this entity. Always blogger#page.
+ "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface.
+ }</pre>
</div>
<div class="method">
@@ -435,32 +435,32 @@
An object of the form:
{
- "author": { # The author of this Page.
- "url": "A String", # The URL of the creator's Profile page.
- "image": { # The creator's avatar.
- "url": "A String", # The creator's avatar URL.
- },
- "id": "A String", # The identifier of the creator.
- "displayName": "A String", # The display name.
+ "url": "A String", # The URL that this Page is displayed at.
+ "author": { # The author of this Page.
+ "id": "A String", # The identifier of the creator.
+ "url": "A String", # The URL of the creator's Profile page.
+ "displayName": "A String", # The display name.
+ "image": { # The creator's avatar.
+ "url": "A String", # The creator's avatar URL.
},
- "id": "A String", # The identifier for this resource.
- "kind": "A String", # The kind of this entity. Always blogger#page.
- "published": "A String", # RFC 3339 date-time when this Page was published.
- "selfLink": "A String", # The API REST URL to fetch this resource from.
- "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT).
- "content": "A String", # The body content of this Page, in HTML.
- "updated": "A String", # RFC 3339 date-time when this Page was last updated.
- "blog": { # Data about the blog containing this Page.
- "id": "A String", # The identifier of the blog containing this page.
- },
- "etag": "A String", # Etag of the resource.
- "url": "A String", # The URL that this Page is displayed at.
- "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface.
- }</pre>
+ },
+ "updated": "A String", # RFC 3339 date-time when this Page was last updated.
+ "id": "A String", # The identifier for this resource.
+ "content": "A String", # The body content of this Page, in HTML.
+ "blog": { # Data about the blog containing this Page.
+ "id": "A String", # The identifier of the blog containing this page.
+ },
+ "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT).
+ "published": "A String", # RFC 3339 date-time when this Page was published.
+ "etag": "A String", # Etag of the resource.
+ "selfLink": "A String", # The API REST URL to fetch this resource from.
+ "kind": "A String", # The kind of this entity. Always blogger#page.
+ "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface.
+ }</pre>
</div>
<div class="method">
- <code class="details" id="update">update(blogId, pageId, body=None, revert=None, publish=None, x__xgafv=None)</code>
+ <code class="details" id="update">update(blogId, pageId, body=None, publish=None, revert=None, x__xgafv=None)</code>
<pre>Updates a page by blog id and page id.
Args:
@@ -470,31 +470,31 @@
The object takes the form of:
{
- "author": { # The author of this Page.
- "url": "A String", # The URL of the creator's Profile page.
- "image": { # The creator's avatar.
- "url": "A String", # The creator's avatar URL.
- },
- "id": "A String", # The identifier of the creator.
- "displayName": "A String", # The display name.
+ "url": "A String", # The URL that this Page is displayed at.
+ "author": { # The author of this Page.
+ "id": "A String", # The identifier of the creator.
+ "url": "A String", # The URL of the creator's Profile page.
+ "displayName": "A String", # The display name.
+ "image": { # The creator's avatar.
+ "url": "A String", # The creator's avatar URL.
},
- "id": "A String", # The identifier for this resource.
- "kind": "A String", # The kind of this entity. Always blogger#page.
- "published": "A String", # RFC 3339 date-time when this Page was published.
- "selfLink": "A String", # The API REST URL to fetch this resource from.
- "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT).
- "content": "A String", # The body content of this Page, in HTML.
- "updated": "A String", # RFC 3339 date-time when this Page was last updated.
- "blog": { # Data about the blog containing this Page.
- "id": "A String", # The identifier of the blog containing this page.
- },
- "etag": "A String", # Etag of the resource.
- "url": "A String", # The URL that this Page is displayed at.
- "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface.
- }
+ },
+ "updated": "A String", # RFC 3339 date-time when this Page was last updated.
+ "id": "A String", # The identifier for this resource.
+ "content": "A String", # The body content of this Page, in HTML.
+ "blog": { # Data about the blog containing this Page.
+ "id": "A String", # The identifier of the blog containing this page.
+ },
+ "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT).
+ "published": "A String", # RFC 3339 date-time when this Page was published.
+ "etag": "A String", # Etag of the resource.
+ "selfLink": "A String", # The API REST URL to fetch this resource from.
+ "kind": "A String", # The kind of this entity. Always blogger#page.
+ "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface.
+}
- revert: boolean, A parameter
publish: boolean, A parameter
+ revert: boolean, A parameter
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -504,28 +504,28 @@
An object of the form:
{
- "author": { # The author of this Page.
- "url": "A String", # The URL of the creator's Profile page.
- "image": { # The creator's avatar.
- "url": "A String", # The creator's avatar URL.
- },
- "id": "A String", # The identifier of the creator.
- "displayName": "A String", # The display name.
+ "url": "A String", # The URL that this Page is displayed at.
+ "author": { # The author of this Page.
+ "id": "A String", # The identifier of the creator.
+ "url": "A String", # The URL of the creator's Profile page.
+ "displayName": "A String", # The display name.
+ "image": { # The creator's avatar.
+ "url": "A String", # The creator's avatar URL.
},
- "id": "A String", # The identifier for this resource.
- "kind": "A String", # The kind of this entity. Always blogger#page.
- "published": "A String", # RFC 3339 date-time when this Page was published.
- "selfLink": "A String", # The API REST URL to fetch this resource from.
- "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT).
- "content": "A String", # The body content of this Page, in HTML.
- "updated": "A String", # RFC 3339 date-time when this Page was last updated.
- "blog": { # Data about the blog containing this Page.
- "id": "A String", # The identifier of the blog containing this page.
- },
- "etag": "A String", # Etag of the resource.
- "url": "A String", # The URL that this Page is displayed at.
- "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface.
- }</pre>
+ },
+ "updated": "A String", # RFC 3339 date-time when this Page was last updated.
+ "id": "A String", # The identifier for this resource.
+ "content": "A String", # The body content of this Page, in HTML.
+ "blog": { # Data about the blog containing this Page.
+ "id": "A String", # The identifier of the blog containing this page.
+ },
+ "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT).
+ "published": "A String", # RFC 3339 date-time when this Page was published.
+ "etag": "A String", # Etag of the resource.
+ "selfLink": "A String", # The API REST URL to fetch this resource from.
+ "kind": "A String", # The kind of this entity. Always blogger#page.
+ "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface.
+ }</pre>
</div>
</body></html>
\ No newline at end of file