Class ListActionsResponse (2.1.0)

public sealed class ListActionsResponse : IPageResponse<Action>, IEnumerable<Action>, IEnumerable, IMessage<ListActionsResponse>, IEquatable<ListActionsResponse>, IDeepCloneable<ListActionsResponse>, IBufferMessage, IMessage

List actions response.

Inheritance

Object > ListActionsResponse

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

ListActionsResponse()

public ListActionsResponse()

ListActionsResponse(ListActionsResponse)

public ListActionsResponse(ListActionsResponse other)
Parameter
NameDescription
otherListActionsResponse

Properties

Actions

public RepeatedField<Action> Actions { get; }

Actions under the given parent lake/zone/asset.

Property Value
TypeDescription
RepeatedField<Action>

NextPageToken

public string NextPageToken { get; set; }

Token to retrieve the next page of results, or empty if there are no more results in the list.

Property Value
TypeDescription
String

Methods

GetEnumerator()

public IEnumerator<Action> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<Action>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator