public sealed class GetInsightTypeConfigRequest : IMessage<GetInsightTypeConfigRequest>, IEquatable<GetInsightTypeConfigRequest>, IDeepCloneable<GetInsightTypeConfigRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Recommender v1 API class GetInsightTypeConfigRequest.
Request for the GetInsightTypeConfig` method.
Implements
IMessageGetInsightTypeConfigRequest, IEquatableGetInsightTypeConfigRequest, IDeepCloneableGetInsightTypeConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Recommender.V1Assembly
Google.Cloud.Recommender.V1.dll
Constructors
GetInsightTypeConfigRequest()
public GetInsightTypeConfigRequest()GetInsightTypeConfigRequest(GetInsightTypeConfigRequest)
public GetInsightTypeConfigRequest(GetInsightTypeConfigRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetInsightTypeConfigRequest |
Properties
InsightTypeConfigName
public InsightTypeConfigName InsightTypeConfigName { get; set; }InsightTypeConfigName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
InsightTypeConfigName |
|
Name
public string Name { get; set; }Required. Name of the InsightTypeConfig to get.
Acceptable formats:
projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/configprojects/[PROJECT_ID]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/configorganizations/[ORGANIZATION_ID]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/configbillingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config
| Property Value | |
|---|---|
| Type | Description |
string |
|