public sealed class ListChangelogsResponse : IMessage<ListChangelogsResponse>, IEquatable<ListChangelogsResponse>, IDeepCloneable<ListChangelogsResponse>, IBufferMessage, IMessage, IPageResponse<Changelog>, IEnumerable<Changelog>, IEnumerableReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class ListChangelogsResponse.
Response message for [AgentService.ListChangelogs][google.cloud.ces.v1.AgentService.ListChangelogs].
Implements
IMessageListChangelogsResponse, IEquatableListChangelogsResponse, IDeepCloneableListChangelogsResponse, IBufferMessage, IMessage, IPageResponseChangelog, IEnumerableChangelog, IEnumerableNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
ListChangelogsResponse()
public ListChangelogsResponse()ListChangelogsResponse(ListChangelogsResponse)
public ListChangelogsResponse(ListChangelogsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListChangelogsResponse |
Properties
Changelogs
public RepeatedField<Changelog> Changelogs { get; }The list of changelogs.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldChangelog |
|
NextPageToken
public string NextPageToken { get; set; }A token that can be sent as [ListChangelogsRequest.page_token][google.cloud.ces.v1.ListChangelogsRequest.page_token] to retrieve the next page. Absence of this field indicates there are no subsequent pages.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<Changelog> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorChangelog |
|