Show / Hide Table of Contents

Class ArtworkMediumSimple

Bare minimum media data

Inheritance
Object
ArtworkMediumSimple
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Pixiv.VroidSdk.Api.DataModel
Assembly: Pixiv.VroidSdk.dll
Syntax
public sealed class ArtworkMediumSimple

Fields

image

Artwork image

Declaration
public ArtworkImage image
Field Value
Type Description
ArtworkImage
Remarks

Null if type is YouTube video

type

Artwork type

Declaration
public EnumArtworkMediumType type
Field Value
Type Description
EnumArtworkMediumType

youtube

YouTube video artwork

Declaration
public ArtworkYoutube youtube
Field Value
Type Description
ArtworkYoutube
Remarks

Null if type is image

In This Article
Back to top Generated by DocFX