Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AppsResource.ChangelogsResource

The "changelogs" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.AppsResource.ChangelogsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CustomerEngagementSuite.v1beta
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.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
In this article
Back to top Generated by DocFX