Module crowdin_api.api_resources.glossaries.types

Classes

class GlossaryPatchRequest (*args, **kwargs)

dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2)

Ancestors

  • builtins.dict

Class variables

var opPatchOperation
var pathGlossaryPatchPath
var value : Any
class GlossarySchemaRequest (*args, **kwargs)

dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2)

Ancestors

  • builtins.dict

Class variables

var authorId : Optional[int]
var authorIds : Optional[Iterable[int]]
var exportFields : Optional[Iterable[GlossaryExportFields]]
var exportType : Optional[GlossaryExportType]
var format : Optional[GlossaryFormat]
var gender : Optional[GlossaryExportGender]
var genders : Optional[Iterable[GlossaryExportGender]]
var languageIds : Optional[Iterable[str]]
var partOfSpeech : Optional[GlossaryExportPartOfSpeech]
var partsOfSpeech : Optional[Iterable[GlossaryExportPartOfSpeech]]
var status : Optional[GlossaryExportStatus]
var statuses : Optional[Iterable[GlossaryExportStatus]]
var type : Optional[GlossaryExportTermType]
var types : Optional[Iterable[GlossaryExportTermType]]
class LanguagesDetails (*args, **kwargs)

dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2)

Ancestors

  • builtins.dict

Class variables

var definition : str
var languageId : str
var note : Optional[str]
class TermPatchRequest (*args, **kwargs)

dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2)

Ancestors

  • builtins.dict

Class variables

var opPatchOperation
var pathTermPatchPath
var value : Any