UNPKG

@microsoft/msgraph-beta-sdk-communications

Version:
80 lines 5.88 kB
import { type PstnOnlineMeetingDialoutReport } from '@microsoft/msgraph-beta-sdk/models/callRecords/index.js'; import { type BaseCollectionPaginationCountResponse } from '@microsoft/msgraph-beta-sdk/models/index.js'; import { type BaseRequestBuilder, type Parsable, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions'; /** * Creates a new instance of the appropriate class based on discriminator value * @param parseNode The parse node to use to read the discriminator value and create the object * @returns {GetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeGetResponse} */ export declare function createGetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeGetResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>); /** * The deserialization information for the current model * @param GetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeGetResponse The instance to deserialize into. * @returns {Record<string, (node: ParseNode) => void>} */ export declare function deserializeIntoGetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeGetResponse(getPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeGetResponse?: Partial<GetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeGetResponse> | undefined): Record<string, (node: ParseNode) => void>; export interface GetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeGetResponse extends BaseCollectionPaginationCountResponse, Parsable { /** * The value property */ value?: PstnOnlineMeetingDialoutReport[] | null; } /** * Provides operations to call the getPstnOnlineMeetingDialoutReport method. */ export interface MicrosoftGraphCallRecordsGetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeRequestBuilder extends BaseRequestBuilder<MicrosoftGraphCallRecordsGetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeRequestBuilder> { /** * Get aggregated report of usage and money spent for the audio conferencing dial-out service over a selected period as a collection of pstnOnlineMeetingDialoutReport entries.The report is aggregated by user, user location, destination context (domestic/international), and currency. The report includes: * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise<GetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeGetResponse>} * @throws {ODataError} error when the service returns a 4XX or 5XX status code */ get(requestConfiguration?: RequestConfiguration<MicrosoftGraphCallRecordsGetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeRequestBuilderGetQueryParameters> | undefined): Promise<GetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeGetResponse | undefined>; /** * Get aggregated report of usage and money spent for the audio conferencing dial-out service over a selected period as a collection of pstnOnlineMeetingDialoutReport entries.The report is aggregated by user, user location, destination context (domestic/international), and currency. The report includes: * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration<MicrosoftGraphCallRecordsGetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeRequestBuilderGetQueryParameters> | undefined): RequestInformation; } /** * Get aggregated report of usage and money spent for the audio conferencing dial-out service over a selected period as a collection of pstnOnlineMeetingDialoutReport entries.The report is aggregated by user, user location, destination context (domestic/international), and currency. The report includes: */ export interface MicrosoftGraphCallRecordsGetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeRequestBuilderGetQueryParameters { /** * Include count of items */ count?: boolean; /** * Filter items by property values */ filter?: string; /** * Search items by search phrases */ search?: string; /** * Skip the first n items */ skip?: number; /** * Show only the first n items */ top?: number; } /** * Serializes information the current object * @param GetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeGetResponse The instance to serialize from. * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. * @param writer Serialization writer to use to serialize this model */ export declare function serializeGetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeGetResponse(writer: SerializationWriter, getPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeGetResponse?: Partial<GetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeGetResponse> | undefined | null, isSerializingDerivedType?: boolean): void; /** * Uri template for the request builder. */ export declare const MicrosoftGraphCallRecordsGetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeRequestBuilderUriTemplate = "{+baseurl}/communications/callRecords/microsoft.graph.callRecords.getPstnOnlineMeetingDialoutReport(fromDateTime={fromDateTime},toDateTime={toDateTime}){?%24count,%24filter,%24search,%24skip,%24top}"; /** * Metadata for all the requests in the request builder. */ export declare const MicrosoftGraphCallRecordsGetPstnOnlineMeetingDialoutReportWithFromDateTimeWithToDateTimeRequestBuilderRequestsMetadata: RequestsMetadata; //# sourceMappingURL=index.d.ts.map