Cloud Resource Manager v3 API - Class ListEffectiveTagsRequest (2.3.0)

public sealed class ListEffectiveTagsRequest : IMessage<ListEffectiveTagsRequest>, IEquatable<ListEffectiveTagsRequest>, IDeepCloneable<ListEffectiveTagsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Cloud Resource Manager v3 API class ListEffectiveTagsRequest.

The request message to ListEffectiveTags

Inheritance

object > ListEffectiveTagsRequest

Namespace

Google.Cloud.ResourceManager.V3

Assembly

Google.Cloud.ResourceManager.V3.dll

Constructors

ListEffectiveTagsRequest()

public ListEffectiveTagsRequest()

ListEffectiveTagsRequest(ListEffectiveTagsRequest)

public ListEffectiveTagsRequest(ListEffectiveTagsRequest other)
Parameter
NameDescription
otherListEffectiveTagsRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. The maximum number of effective tags to return in the response. The server allows a maximum of 300 effective tags to return in a single page. If unspecified, the server will use 100 as the default.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

Optional. A pagination token returned from a previous call to ListEffectiveTags that indicates from where this listing should continue.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The full resource name of a resource for which you want to list the effective tags. E.g. "//cloudresourcemanager.googleapis.com/projects/123"

Property Value
TypeDescription
string