Skip to main content

OpenApiXmlObject

Assembly: ServiceStack.Api.OpenApi.dll
View Source
Declaration
[DataContract]
public class OpenApiXmlObject

Properties

Name

View Source
Declaration
[DataMember(Name = "name")]
public string Name { get; set; }

Namespace

View Source
Declaration
[DataMember(Name = "namespace")]
public string Namespace { get; set; }

Prefix

View Source
Declaration
[DataMember(Name = "prefix")]
public string Prefix { get; set; }

Attribute

View Source
Declaration
[DataMember(Name = "attribute")]
public bool Attribute { get; set; }

Wrapped

View Source
Declaration
[DataMember(Name = "wrapped")]
public bool Wrapped { get; set; }