Models
Models
Models Objects
class Models()This is a base object that contains all you can do about Models.
constructor
function constructor()Constructor
Arguments:
ReferenceInternalOpenGateAPI - to the API object.
mediaBuilder
function mediaBuilder() -> '*'Returns:
*
withDescription
function withDescription(description: string) -> 'Models'Set the description attribute
Arguments:
descriptionstring - required field
Returns:
Models
withIdentifier
function withIdentifier(id: string) -> 'Models'Set the identifier attribute
Arguments:
idstring - required field
Returns:
Models
withName
function withName(name: string) -> 'Models'Set the name attribute
Arguments:
namestring - required field
Returns:
Models
withNotes
function withNotes(notes: string) -> 'Models'Set the notes attribute
Arguments:
notesstring
Returns:
Models
withUrl
function withUrl(url: string) -> 'Models'Set the url attribute
Arguments:
urlstring
Returns:
Models
withVersion
function withVersion(version: string) -> 'Models'Set the version attribute
Arguments:
versionstring
Returns:
Models