Discovery Engine v1beta API - Class ListLicenseConfigsUsageStatsRequest (1.0.0-beta24)

public sealed class ListLicenseConfigsUsageStatsRequest : IMessage<ListLicenseConfigsUsageStatsRequest>, IEquatable<ListLicenseConfigsUsageStatsRequest>, IDeepCloneable<ListLicenseConfigsUsageStatsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1beta API class ListLicenseConfigsUsageStatsRequest.

Request message for [UserLicenseService.ListLicenseConfigsUsageStats][google.cloud.discoveryengine.v1beta.UserLicenseService.ListLicenseConfigsUsageStats] method.

Inheritance

object > ListLicenseConfigsUsageStatsRequest

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

ListLicenseConfigsUsageStatsRequest()

public ListLicenseConfigsUsageStatsRequest()

ListLicenseConfigsUsageStatsRequest(ListLicenseConfigsUsageStatsRequest)

public ListLicenseConfigsUsageStatsRequest(ListLicenseConfigsUsageStatsRequest other)
Parameter
Name Description
other ListLicenseConfigsUsageStatsRequest

Properties

Parent

public string Parent { get; set; }

Required. The parent branch resource name, such as projects/{project}/locations/{location}/userStores/{user_store_id}.

Property Value
Type Description
string

ParentAsUserStoreName

public UserStoreName ParentAsUserStoreName { get; set; }

UserStoreName-typed view over the Parent resource name property.

Property Value
Type Description
UserStoreName