Show / Hide Table of Contents

Class GroupsResource

The "groups" collection of methods.

Inheritance
object
GroupsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.YouTubeAnalytics.v2
Assembly: Google.Apis.YouTubeAnalytics.v2.dll
Syntax
public class GroupsResource

Constructors

GroupsResource(IClientService)

Constructs a new resource.

Declaration
public GroupsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Delete()

Deletes a group.

Declaration
public virtual GroupsResource.DeleteRequest Delete()
Returns
Type Description
GroupsResource.DeleteRequest

Insert(Group)

Creates a group.

Declaration
public virtual GroupsResource.InsertRequest Insert(Group body)
Parameters
Type Name Description
Group body

The body of the request.

Returns
Type Description
GroupsResource.InsertRequest

List()

Returns a collection of groups that match the API request parameters. For example, you can retrieve all groups that the authenticated user owns, or you can retrieve one or more groups by their unique IDs.

Declaration
public virtual GroupsResource.ListRequest List()
Returns
Type Description
GroupsResource.ListRequest

Update(Group)

Modifies a group. For example, you could change a group's title.

Declaration
public virtual GroupsResource.UpdateRequest Update(Group body)
Parameters
Type Name Description
Group body

The body of the request.

Returns
Type Description
GroupsResource.UpdateRequest
In this article
Back to top Generated by DocFX