Class GoogleCloudDialogflowCxV3beta1ListChangelogsResponse
Inheritance
GoogleCloudDialogflowCxV3beta1ListChangelogsResponse
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ListChangelogsResponse : IDirectResponseSchema
Properties
Changelogs
Declaration
[JsonProperty("changelogs")]
public virtual IList<GoogleCloudDialogflowCxV3beta1Changelog> Changelogs { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
NextPageToken
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Implements