Class ListPreviewsResponse
A response to a ListPreviews
call. Contains a list of Previews.
Implements
Inherited Members
Namespace: Google.Apis.Config.v1.Data
Assembly: Google.Apis.Config.v1.dll
Syntax
public class ListPreviewsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
Token to be supplied to the next ListPreviews request via page_token
to obtain the next set of results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Previews
List of Previewss.
Declaration
[JsonProperty("previews")]
public virtual IList<Preview> Previews { get; set; }
Property Value
Type | Description |
---|---|
IList<Preview> |
Unreachable
Locations that could not be reached.
Declaration
[JsonProperty("unreachable")]
public virtual IList<string> Unreachable { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |