Show / Hide Table of Contents

Class ListGroupItemsResponse

Response message for GroupsService.ListGroupItems.

Inheritance
object
ListGroupItemsResponse
Implements
IDirectResponseSchema
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.Data
Assembly: Google.Apis.YouTubeAnalytics.v2.dll
Syntax
public class ListGroupItemsResponse : IDirectResponseSchema

Properties

ETag

The Etag of this resource.

Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type Description
string

Errors

Apiary error details

Declaration
[JsonProperty("errors")]
public virtual Errors Errors { get; set; }
Property Value
Type Description
Errors

Items

A list of groups that match the API request parameters. Each item in the list represents a groupItem resource.

Declaration
[JsonProperty("items")]
public virtual IList<GroupItem> Items { get; set; }
Property Value
Type Description
IList<GroupItem>

Kind

Identifies the API resource's type. The value will be youtube#groupItemListResponse.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX