Google Cloud Security Command Center v1 API - Class ListAssetsResponse.Types.ListAssetsResult (3.19.0)

public sealed class ListAssetsResponse.Types.ListAssetsResult : IMessage<ListAssetsResponse.Types.ListAssetsResult>, IEquatable<ListAssetsResponse.Types.ListAssetsResult>, IDeepCloneable<ListAssetsResponse.Types.ListAssetsResult>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class ListAssetsResponse.Types.ListAssetsResult.

Result containing the Asset and its State.

Inheritance

object > ListAssetsResponse.Types.ListAssetsResult

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

ListAssetsResult()

public ListAssetsResult()

ListAssetsResult(ListAssetsResult)

public ListAssetsResult(ListAssetsResponse.Types.ListAssetsResult other)
Parameter
NameDescription
otherListAssetsResponseTypesListAssetsResult

Properties

Asset

public Asset Asset { get; set; }

Asset matching the search request.

Property Value
TypeDescription
Asset

StateChange

public ListAssetsResponse.Types.ListAssetsResult.Types.StateChange StateChange { get; set; }

State change of the asset between the points in time.

Property Value
TypeDescription
ListAssetsResponseTypesListAssetsResultTypesStateChange