View Source
Class DefaultReferenceResponseModel
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class DefaultReferenceResponseModel : IReferenceResponseModel, IOpenApiDiscriminator
Properties
View Source
Icon
Declaration
public string Icon { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Id
Declaration
public Guid Id { get; set; }
Property Value
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|