Gemini Enterprise for Customer Experience v1 API - Class ListChangelogsResponse (1.0.0-beta01)

public sealed class ListChangelogsResponse : IMessage<ListChangelogsResponse>, IEquatable<ListChangelogsResponse>, IDeepCloneable<ListChangelogsResponse>, IBufferMessage, IMessage, IPageResponse<Changelog>, IEnumerable<Changelog>, IEnumerable

Reference 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].

Inheritance

object > ListChangelogsResponse

Namespace

Google.Cloud.Ces.V1

Assembly

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