Contact Center AI Insights v1 API - Class GetEncryptionSpecRequest (2.18.0)

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

Reference documentation and code samples for the Contact Center AI Insights v1 API class GetEncryptionSpecRequest.

The request to get location-level encryption specification.

Inheritance

object > GetEncryptionSpecRequest

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

GetEncryptionSpecRequest()

public GetEncryptionSpecRequest()

GetEncryptionSpecRequest(GetEncryptionSpecRequest)

public GetEncryptionSpecRequest(GetEncryptionSpecRequest other)
Parameter
Name Description
other GetEncryptionSpecRequest

Properties

EncryptionSpecName

public EncryptionSpecName EncryptionSpecName { get; set; }

EncryptionSpecName-typed view over the Name resource name property.

Property Value
Type Description
EncryptionSpecName

Name

public string Name { get; set; }

Required. The name of the encryption spec resource to get.

Property Value
Type Description
string