Class CasesResource.ShowFeedRequest
Show items in the feed of this case, including case emails, attachments, and comments.
Inheritance
CasesResource.ShowFeedRequest
Inherited Members
Namespace: Google.Apis.CloudSupport.v2beta
Assembly: Google.Apis.CloudSupport.v2beta.dll
Syntax
public class CasesResource.ShowFeedRequest : CloudSupportBaseServiceRequest<ShowFeedResponse>, IClientServiceRequest<ShowFeedResponse>, IClientServiceRequest
Constructors
ShowFeedRequest(IClientService, string)
Constructs a new ShowFeed request.
Declaration
public ShowFeedRequest(IClientService service, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSupport.v2beta.Data.ShowFeedResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSupport.v2beta.Data.ShowFeedResponse>.MethodName
OrderBy
Optional. Field to order feed items by, followed by asc
or desc
postfix. The only valid field is
creation_time
. This list is case-insensitive, default sorting order is ascending, and the redundant
space characters are insignificant. Example: creation_time desc
Declaration
[RequestParameter("orderBy", RequestParameterType.Query)]
public virtual string OrderBy { get; set; }
Property Value
Type | Description |
---|---|
string |
PageSize
Optional. The maximum number of feed items fetched with each request.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageToken
Optional. A token identifying the page of results to return. If unspecified, it retrieves the first page.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
Required. The resource name of the case for which feed items should be listed.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSupport.v2beta.Data.ShowFeedResponse>.RestPath
Methods
InitParameters()
Initializes ShowFeed parameter list.
Declaration
protected override void InitParameters()