import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { TeamHeaders, TeamHeadersType } from './TeamHeaders'; /** * This class represents the entity "TeamAttributes" of service "com.sap.gateway.srvd_a2x.api_respym_team_srv.v0001". */ export declare class TeamAttributes extends Entity implements TeamAttributesType { /** * Technical entity name for TeamAttributes. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the TeamAttributes entity */ static _keys: string[]; /** * Respy Mgmt Global Team Id. * Maximum length: 40. */ respyMgmtGlobalTeamId: DeserializedType; /** * Respy Mgmt Attribute Name. * Maximum length: 30. */ respyMgmtAttributeName: DeserializedType; /** * Respy Mgmt Attribute Sign. * Maximum length: 1. */ respyMgmtAttributeSign: DeserializedType; /** * Respy Mgmt Attribute Option. * Maximum length: 2. */ respyMgmtAttributeOption: DeserializedType; /** * Respy Mgmt Attribute Low Value. * Maximum length: 50. */ respyMgmtAttributeLowValue: DeserializedType; /** * Respy Mgmt Attribute High Value. * Maximum length: 50. */ respyMgmtAttributeHighValue: DeserializedType; /** * One-to-one navigation property to the [[TeamHeaders]] entity. */ teamHeader?: TeamHeaders | null; } export interface TeamAttributesType { respyMgmtGlobalTeamId: DeserializedType; respyMgmtAttributeName: DeserializedType; respyMgmtAttributeSign: DeserializedType; respyMgmtAttributeOption: DeserializedType; respyMgmtAttributeLowValue: DeserializedType; respyMgmtAttributeHighValue: DeserializedType; teamHeader?: TeamHeadersType | null; } //# sourceMappingURL=TeamAttributes.d.ts.map