Interface IImageContent
Corresponds to the Image Object in the request, with the value filled in.
Inherited Members
Namespace: AppstockSDK.Api.Native.Data.Response
Assembly: Appstock.Core.dll
Syntax
public interface IImageContent : IDisposable
Properties
ImageType
Gets or sets image type.
Declaration
ImageContentType? ImageType { get; }
Property Value
| Type | Description |
|---|---|
| ImageContentType? | The type of image element. |
See Also
URL
Gets or sets image URL.
Declaration
string? URL { get; }
Property Value
| Type | Description |
|---|---|
| string | URL of the image asset. |