AutoQueryMetadataResponse
Assembly: ServiceStack.dll
View Source
Declaration
public class AutoQueryMetadataResponse : IMeta
Properties
Config
View Source
Declaration
public AutoQueryViewerConfig Config { get; set; }
UserInfo
View Source
Declaration
public AutoQueryViewerUserInfo UserInfo { get; set; }
Operations
View Source
Declaration
public List<AutoQueryOperation> Operations { get; set; }
Types
View Source
Declaration
public List<MetadataType> Types { get; set; }
ResponseStatus
View Source
Declaration
public ResponseStatus ResponseStatus { get; set; }
Meta
View Source
Declaration
public Dictionary<string, string> Meta { get; set; }