Generated by DocFX

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 Source

artist

Artists

Declaration
public string artist { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

artwork_url

Image url of the episode

Declaration
public string artwork_url { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

audio_url

Audio url of the episode

Declaration
public string audio_url { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

description

Description of the episode

Declaration
public string description { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

guid

GUID of the episode

Declaration
public string guid { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

id

ID of the episode

Declaration
public int id { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

summary

Short summary of the episode

Declaration
public string summary { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

title

Title of the episode

Declaration
public string title { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

total_plays

Total played

Declaration
public int total_plays { get; set; }
Property Value
Type Description
System.Int32