Class ListAddOnAttachmentsResponse
Response when listing add-on attachments.
Implements
Inherited Members
Namespace: Google.Apis.Classroom.v1.Data
Assembly: Google.Apis.Classroom.v1.dll
Syntax
public class ListAddOnAttachmentsResponse : IDirectResponseSchema
Properties
AddOnAttachments
Attachments under the given post.
Declaration
[JsonProperty("addOnAttachments")]
public virtual IList<AddOnAttachment> AddOnAttachments { get; set; }
Property Value
Type | Description |
---|---|
IList<AddOnAttachment> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
A token, which can be sent as pageToken
to retrieve the next page. If this field is omitted, there are no
subsequent pages.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |