Class PagesResource.ListRequest
Lists pages.
Inheritance
System.Object
PagesResource.ListRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Blogger.v3
Assembly: Google.Apis.Blogger.v3.dll
Syntax
public class ListRequest : BloggerBaseServiceRequest<PageList>, IClientServiceRequest<PageList>, IClientServiceRequest
Constructors
ListRequest(IClientService, String)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string blogId)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| System.String | blogId |
Properties
BlogId
Declaration
[RequestParameter("blogId", RequestParameterType.Path)]
public virtual string BlogId { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
FetchBodies
Declaration
[RequestParameter("fetchBodies", RequestParameterType.Query)]
public virtual bool? FetchBodies { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Blogger.v3.Data.PageList>.HttpMethod
MaxResults
Declaration
[RequestParameter("maxResults", RequestParameterType.Query)]
public virtual long? MaxResults { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Blogger.v3.Data.PageList>.MethodName
PageToken
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Blogger.v3.Data.PageList>.RestPath
Status
Declaration
[RequestParameter("status", RequestParameterType.Query)]
public virtual PagesResource.ListRequest.StatusEnum? Status { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<PagesResource.ListRequest.StatusEnum> |
View
Declaration
[RequestParameter("view", RequestParameterType.Query)]
public virtual PagesResource.ListRequest.ViewEnum? View { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<PagesResource.ListRequest.ViewEnum> |
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.Blogger.v3.BloggerBaseServiceRequest<Google.Apis.Blogger.v3.Data.PageList>.InitParameters()