Class ListGroupItemsResponse
Response message for GroupsService.ListGroupItems.
Implements
Inherited Members
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 |