public sealed class AkamaiCdnKey : IMessage<AkamaiCdnKey>, IEquatable<AkamaiCdnKey>, IDeepCloneable<AkamaiCdnKey>, IBufferMessage, IMessageReference documentation and code samples for the Video Stitcher v1 API class AkamaiCdnKey.
Configuration for an Akamai CDN key.
Implements
IMessageAkamaiCdnKey, IEquatableAkamaiCdnKey, IDeepCloneableAkamaiCdnKey, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.VideoGoogle.Cloud.Video.StitcherV1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Constructors
AkamaiCdnKey()
public AkamaiCdnKey()AkamaiCdnKey(AkamaiCdnKey)
public AkamaiCdnKey(AkamaiCdnKey other)| Parameter | |
|---|---|
| Name | Description |
other |
AkamaiCdnKey |
Properties
TokenKey
public ByteString TokenKey { get; set; }Input only. Token key for the Akamai CDN edge configuration.
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|