public sealed class ListAssetsResponse : IMessage<ListAssetsResponse>, IEquatable<ListAssetsResponse>, IDeepCloneable<ListAssetsResponse>, IBufferMessage, IMessage, IPageResponse<Asset>, IEnumerable<Asset>, IEnumerable
ListAssets response.
Implements
IMessage<ListAssetsResponse>, IEquatable<ListAssetsResponse>, IDeepCloneable<ListAssetsResponse>, IBufferMessage, IMessage, IPageResponse<Asset>, IEnumerable<Asset>, IEnumerableNamespace
Google.Cloud.Asset.V1Assembly
Google.Cloud.Asset.V1.dll
Constructors
ListAssetsResponse()
public ListAssetsResponse()
ListAssetsResponse(ListAssetsResponse)
public ListAssetsResponse(ListAssetsResponse other)
Name | Description |
other | ListAssetsResponse |
Properties
Assets
public RepeatedField<Asset> Assets { get; }
Assets.
Type | Description |
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.
Type | Description |
String |
ReadTime
public Timestamp ReadTime { get; set; }
Time the snapshot was taken.
Type | Description |
Timestamp |
Methods
GetEnumerator()
public IEnumerator<Asset> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Type | Description |
IEnumerator<Asset> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Type | Description |
IEnumerator |