Cloud Channel v1 API - Class Media (2.11.0)

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

Reference documentation and code samples for the Cloud Channel v1 API class Media.

Represents media information.

Inheritance

object > Media

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

Media()

public Media()

Media(Media)

public Media(Media other)
Parameter
NameDescription
otherMedia

Properties

Content

public string Content { get; set; }

URL of the media.

Property Value
TypeDescription
string

Title

public string Title { get; set; }

Title of the media.

Property Value
TypeDescription
string

Type

public MediaType Type { get; set; }

Type of the media.

Property Value
TypeDescription
MediaType