public sealed class CreateSecuritySettingsRequest : IMessage<CreateSecuritySettingsRequest>, IEquatable<CreateSecuritySettingsRequest>, IDeepCloneable<CreateSecuritySettingsRequest>, IBufferMessage, IMessageThe request message for [SecuritySettings.CreateSecuritySettings][].
Inheritance
System.Object > CreateSecuritySettingsRequestImplements
Google.Protobuf.IMessage<CreateSecuritySettingsRequest>, System.IEquatable<CreateSecuritySettingsRequest>, Google.Protobuf.IDeepCloneable<CreateSecuritySettingsRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
CreateSecuritySettingsRequest()
public CreateSecuritySettingsRequest()CreateSecuritySettingsRequest(CreateSecuritySettingsRequest)
public CreateSecuritySettingsRequest(CreateSecuritySettingsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateSecuritySettingsRequest |
Properties
Parent
public string Parent { get; set; }Required. The location to create an [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings] for.
Format: projects/<Project ID>/locations/<Location ID>.
| Property Value | |
|---|---|
| Type | Description |
System.String |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }Google.Api.Gax.ResourceNames.LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
Google.Api.Gax.ResourceNames.LocationName |
|
SecuritySettings
public SecuritySettings SecuritySettings { get; set; }Required. The security settings to create.
| Property Value | |
|---|---|
| Type | Description |
SecuritySettings |
|