프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
ModelInfo ( ) : System.Linq |
Initializes a new instance of the ModelInfo class.
|
|
ModelInfo ( string id = default(string), string name = default(string), string description = default(string), string createdDateTime = default(string), long activeBuildId = default(long?), string catalogDisplayName = default(string) ) : System.Linq |
Initializes a new instance of the ModelInfo class.
|
public ModelInfo ( string id = default(string), string name = default(string), string description = default(string), string createdDateTime = default(string), long activeBuildId = default(long?), string catalogDisplayName = default(string) ) : System.Linq | ||
id | string | Unique identifier for Model |
name | string | Model name, limit 20 characters |
description | string | Optional model description |
createdDateTime | string | Model creation date time |
activeBuildId | long | Active build ID for this model |
catalogDisplayName | string | Active build ID for this /// model |
리턴 | System.Linq |