Show / Hide Table of Contents

Class AttachedGif

A GIF image that's specified by a URL.

Inheritance
object
AttachedGif
Implements
IMessage<AttachedGif>
IEquatable<AttachedGif>
IDeepCloneable<AttachedGif>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class AttachedGif : IMessage<AttachedGif>, IEquatable<AttachedGif>, IDeepCloneable<AttachedGif>, IBufferMessage, IMessage

Constructors

AttachedGif()

Declaration
public AttachedGif()

AttachedGif(AttachedGif)

Declaration
public AttachedGif(AttachedGif other)
Parameters
Type Name Description
AttachedGif other

Properties

Uri

Output only. The URL that hosts the GIF image.

Declaration
public string Uri { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX