Class BuzzsproutEpisodeDto
Dto to serialize information from buzzsprout api
Inheritance
System.Object
BuzzsproutEpisodeDto
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VEDriversLite.NFT.Coruzant
Assembly: VEDriversLite.dll
Syntax
public class BuzzsproutEpisodeDto
Properties
| Improve this Doc View Sourceartist
Artists
Declaration
public string artist { get; set; }
Property Value
Type | Description |
---|---|
System.String |
artwork_url
Image url of the episode
Declaration
public string artwork_url { get; set; }
Property Value
Type | Description |
---|---|
System.String |
audio_url
Audio url of the episode
Declaration
public string audio_url { get; set; }
Property Value
Type | Description |
---|---|
System.String |
description
Description of the episode
Declaration
public string description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
guid
GUID of the episode
Declaration
public string guid { get; set; }
Property Value
Type | Description |
---|---|
System.String |
id
ID of the episode
Declaration
public int id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
summary
Short summary of the episode
Declaration
public string summary { get; set; }
Property Value
Type | Description |
---|---|
System.String |
title
Title of the episode
Declaration
public string title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
total_plays
Total played
Declaration
public int total_plays { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |