Class HelpPageResponseModel
Inheritance
object
Namespace: Umbraco.Cms.Api.Management.ViewModels.Help
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class HelpPageResponseModel
Constructors
View SourceHelpPageResponseModel()
Declaration
public HelpPageResponseModel()
Properties
View SourceDescription
Declaration
public string? Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Declaration
public string? Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Declaration
public string? Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Url
Declaration
public string? Url { get; set; }
Property Value
| Type | Description |
|---|---|
| string |