Class ObjectTypeResponseModel
Inheritance
System.Object
Namespace: Umbraco.Cms.Api.Management.ViewModels.RelationType
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class ObjectTypeResponseModel
Properties
View SourceId
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System. |