Show / Hide Table of Contents

Class ArtworkMediumSimple

必要最低限に絞られたメディア情報

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

アートワークの画像

Declaration
public ArtworkImage image
Field Value
Type Description
ArtworkImage
Remarks

typeがYoutube動画の場合はnullになる

type

アートワークの種類

Declaration
public EnumArtworkMediumType type
Field Value
Type Description
EnumArtworkMediumType

youtube

アートワークのYoutube動画

Declaration
public ArtworkYoutube youtube
Field Value
Type Description
ArtworkYoutube
Remarks

typeが画像の場合はnullになる

In This Article
Back to top Generated by DocFX