Class ListNotesResponse
Response message for the ListNotes method.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseCrashlytics.v1alpha.Data
Assembly: Google.Apis.FirebaseCrashlytics.v1alpha.dll
Syntax
public class ListNotesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
A pagination token to retrieve the next page of notes. If this field is not present, there are no subsequent notes.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Notes
Returns notes ordered descending by the timestamp.
Declaration
[JsonProperty("notes")]
public virtual IList<Note> Notes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Note> |