Google Cloud Asset Inventory v1 API - Class ListAssetsResponse (3.8.0)

public sealed class ListAssetsResponse : IMessage<ListAssetsResponse>, IEquatable<ListAssetsResponse>, IDeepCloneable<ListAssetsResponse>, IBufferMessage, IMessage, IPageResponse<Asset>, IEnumerable<Asset>, IEnumerable

Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class ListAssetsResponse.

ListAssets response.

Inheritance

object > ListAssetsResponse

Namespace

Google.Cloud.Asset.V1

Assembly

Google.Cloud.Asset.V1.dll

Constructors

ListAssetsResponse()

public ListAssetsResponse()

ListAssetsResponse(ListAssetsResponse)

public ListAssetsResponse(ListAssetsResponse other)
Parameter
NameDescription
otherListAssetsResponse

Properties

Assets

public RepeatedField<Asset> Assets { get; }

Assets.

Property Value
TypeDescription
RepeatedFieldAsset

NextPageToken

public string NextPageToken { get; set; }

Token to retrieve the next page of results. It expires 72 hours after the page token for the first page is generated. Set to empty if there are no remaining results.

Property Value
TypeDescription
string

ReadTime

public Timestamp ReadTime { get; set; }

Time the snapshot was taken.

Property Value
TypeDescription
Timestamp

Methods

GetEnumerator()

public IEnumerator<Asset> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorAsset