public sealed class Media : IMessage<Media>, IEquatable<Media>, IDeepCloneable<Media>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Channel v1 API class Media.
Represents media information.
Namespace
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 |
|