Google Cloud Support v2beta API - Class ShowFeedRequest (1.0.0-beta02)

public sealed class ShowFeedRequest : IMessage<ShowFeedRequest>, IEquatable<ShowFeedRequest>, IDeepCloneable<ShowFeedRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Google Cloud Support v2beta API class ShowFeedRequest.

The request message for the ShowFeed endpoint.

Inheritance

object > ShowFeedRequest

Namespace

Google.Cloud.Support.V2Beta

Assembly

Google.Cloud.Support.V2Beta.dll

Constructors

ShowFeedRequest()

public ShowFeedRequest()

ShowFeedRequest(ShowFeedRequest)

public ShowFeedRequest(ShowFeedRequest other)
Parameter
Name Description
other ShowFeedRequest

Properties

OrderBy

public string OrderBy { get; set; }

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

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

Optional. The maximum number of feed items fetched with each request.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. A token identifying the page of results to return. If unspecified, it retrieves the first page.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The resource name of the case for which feed items should be listed.

Property Value
Type Description
string

ParentAsCaseName

public CaseName ParentAsCaseName { get; set; }

CaseName-typed view over the Parent resource name property.

Property Value
Type Description
CaseName