Class ListAssetsResponse (2.8.0)

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

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
RepeatedField<Asset>

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
IEnumerator<Asset>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator