import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v2'; /** * This class represents the entity "A_SpecAuthorizationGroupText" of service "API_REALSUBSTANCE". */ export declare class SpecAuthorizationGroupText extends Entity implements SpecAuthorizationGroupTextType { /** * Technical entity name for SpecAuthorizationGroupText. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the SpecAuthorizationGroupText entity */ static _keys: string[]; /** * Recipe Authorization Group. * Maximum length: 10. */ specificationAuthznGroup: DeserializedType; /** * Language Key. * The Language key field contains an alphanumeric code that identifies the language an entry is written in. * In DISPLAY mode, this field identifies the language a record is written in.In CREATE mode, use this field to identify the language you will use to enter a description. To do so either:Type in the appropriate code, orRequest a list of language codes and make a selection by either:. Pressing F4, or. Clicking the down arrowNOTE: It is not possible to make entries in this field, everywhere in the system. Sometimes the system automatically completes the field, and you may not change it. * Maximum length: 2. */ language: DeserializedType; /** * Authorization Group Description. * Maximum length: 40. * @nullable */ specificationAuthznGroupDesc?: DeserializedType | null; } export interface SpecAuthorizationGroupTextType { specificationAuthznGroup: DeserializedType; language: DeserializedType; specificationAuthznGroupDesc?: DeserializedType | null; } //# sourceMappingURL=SpecAuthorizationGroupText.d.ts.map