import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { TeamMembers, TeamMembersType } from './TeamMembers'; /** * This class represents the entity "TeamMemberFunctions" of service "com.sap.gateway.srvd_a2x.api_respym_team_srv.v0001". */ export declare class TeamMemberFunctions extends Entity implements TeamMemberFunctionsType { /** * Technical entity name for TeamMemberFunctions. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the TeamMemberFunctions entity */ static _keys: string[]; /** * Respy Mgmt Global Team Id. * Maximum length: 40. */ respyMgmtGlobalTeamId: DeserializedType; /** * Respy Mgmt Team Member Type. * Maximum length: 2. */ respyMgmtTeamMemberType: DeserializedType; /** * Responsibility Team Member. * Maximum length: 10. */ responsibilityTeamMember: DeserializedType; /** * Respy Mgmt Function. * Maximum length: 10. */ respyMgmtFunction: DeserializedType; /** * One-to-one navigation property to the [[TeamMembers]] entity. */ teamMember?: TeamMembers | null; } export interface TeamMemberFunctionsType { respyMgmtGlobalTeamId: DeserializedType; respyMgmtTeamMemberType: DeserializedType; responsibilityTeamMember: DeserializedType; respyMgmtFunction: DeserializedType; teamMember?: TeamMembersType | null; } //# sourceMappingURL=TeamMemberFunctions.d.ts.map