Class BlogsResource.ListByUserRequest
Lists blogs by user.
Inheritance
BlogsResource.ListByUserRequest
Inherited Members
Namespace: Google.Apis.Blogger.v3
Assembly: Google.Apis.Blogger.v3.dll
Syntax
public class BlogsResource.ListByUserRequest : BloggerBaseServiceRequest<BlogList>, IClientServiceRequest<BlogList>, IClientServiceRequest
Constructors
ListByUserRequest(IClientService, string)
Constructs a new ListByUser request.
Declaration
public ListByUserRequest(IClientService service, string userId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | userId |
Properties
FetchUserInfo
Declaration
[RequestParameter("fetchUserInfo", RequestParameterType.Query)]
public virtual bool? FetchUserInfo { get; set; }
Property Value
Type | Description |
---|---|
bool? |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Blogger.v3.Data.BlogList>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Blogger.v3.Data.BlogList>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Blogger.v3.Data.BlogList>.RestPath
Role
Declaration
[RequestParameter("role", RequestParameterType.Query)]
public virtual BlogsResource.ListByUserRequest.RoleEnum? Role { get; set; }
Property Value
Type | Description |
---|---|
BlogsResource.ListByUserRequest.RoleEnum? |
RoleList
Declaration
[RequestParameter("role", RequestParameterType.Query)]
public virtual Repeatable<BlogsResource.ListByUserRequest.RoleEnum> RoleList { get; set; }
Property Value
Type | Description |
---|---|
Repeatable<BlogsResource.ListByUserRequest.RoleEnum> |
Status
Default value of status is LIVE.
Declaration
[RequestParameter("status", RequestParameterType.Query)]
public virtual BlogsResource.ListByUserRequest.StatusEnum? Status { get; set; }
Property Value
Type | Description |
---|---|
BlogsResource.ListByUserRequest.StatusEnum? |
Remarks
Use this property to set a single value for the parameter, or StatusList to set multiple values. Do not set both properties.
StatusList
Default value of status is LIVE.
Declaration
[RequestParameter("status", RequestParameterType.Query)]
public virtual Repeatable<BlogsResource.ListByUserRequest.StatusEnum> StatusList { get; set; }
Property Value
Type | Description |
---|---|
Repeatable<BlogsResource.ListByUserRequest.StatusEnum> |
Remarks
Use this property to set one or more values for the parameter. Do not set both this property and Status.
UserId
Declaration
[RequestParameter("userId", RequestParameterType.Path)]
public virtual string UserId { get; }
Property Value
Type | Description |
---|---|
string |
View
Declaration
[RequestParameter("view", RequestParameterType.Query)]
public virtual BlogsResource.ListByUserRequest.ViewEnum? View { get; set; }
Property Value
Type | Description |
---|---|
BlogsResource.ListByUserRequest.ViewEnum? |
Methods
InitParameters()
Initializes ListByUser parameter list.
Declaration
protected override void InitParameters()