public sealed class Media : IMessage<Media>, IEquatable<Media>, IDeepCloneable<Media>, IBufferMessage, IMessage
Represents media information.
Implements
Google.Protobuf.IMessage<Media>, IEquatable<Media>, Google.Protobuf.IDeepCloneable<Media>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
Media()
public Media()
Media(Media)
public Media(Media other)
Parameter | |
---|---|
Name | Description |
other | Media |
Properties
Content
public string Content { get; set; }
URL of the media.
Property Value | |
---|---|
Type | Description |
String |
Title
public string Title { get; set; }
Title of the media.
Property Value | |
---|---|
Type | Description |
String |
Type
public MediaType Type { get; set; }
Type of the media.
Property Value | |
---|---|
Type | Description |
MediaType |