Class ProjectsResource.LocationsResource.AppsResource.ChangelogsResource
The "changelogs" collection of methods.
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class ProjectsResource.LocationsResource.AppsResource.ChangelogsResource
Constructors
ChangelogsResource(IClientService)
Constructs a new resource.
Declaration
public ChangelogsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Get(string)
Gets the specified changelog.
Declaration
public virtual ProjectsResource.LocationsResource.AppsResource.ChangelogsResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The resource name of the changelog to retrieve. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.AppsResource.ChangelogsResource.GetRequest |
List(string)
Lists the changelogs of the specified app.
Declaration
public virtual ProjectsResource.LocationsResource.AppsResource.ChangelogsResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. The resource name of the app to list changelogs from. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.AppsResource.ChangelogsResource.ListRequest |