Class Collection
public class Collection
- Inheritance
-
Collection
- Inherited Members
Properties
AdditionalProperties
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Description
The collection description
[JsonProperty("description", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Description { get; set; }
Property Value
External_url
The collection external URL
[JsonProperty("external_url", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string External_url { get; set; }
Property Value
Image
The collection image URL
[JsonProperty("image", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Image { get; set; }
Property Value
Name
The collection name
[JsonProperty("name", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Name { get; set; }