Show / Hide Table of Contents

Class SearchAllResourcesResponse

Search all resources response.

Inheritance
object
SearchAllResourcesResponse
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.CloudAsset.v1.Data
Assembly: Google.Apis.CloudAsset.v1.dll
Syntax
public class SearchAllResourcesResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NextPageToken

If there are more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token.

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

Results

A list of Resources that match the search query. It contains the resource standard metadata information.

Declaration
[JsonProperty("results")]
public virtual IList<ResourceSearchResult> Results { get; set; }
Property Value
Type Description
IList<ResourceSearchResult>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX