/** * authentik * Making authentication simple. * * The version of the OpenAPI document: 2026.2.3-rc1 * Contact: hello@goauthentik.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * Serializer for Endpoint authenticator devices * @export * @interface GoogleEndpointDeviceRequest */ export interface GoogleEndpointDeviceRequest { /** * * @type {string} * @memberof GoogleEndpointDeviceRequest */ pk?: string; /** * The human-readable name of this device. * @type {string} * @memberof GoogleEndpointDeviceRequest */ name: string; } /** * Check if a given object implements the GoogleEndpointDeviceRequest interface. */ export declare function instanceOfGoogleEndpointDeviceRequest(value: object): value is GoogleEndpointDeviceRequest; export declare function GoogleEndpointDeviceRequestFromJSON(json: any): GoogleEndpointDeviceRequest; export declare function GoogleEndpointDeviceRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): GoogleEndpointDeviceRequest; export declare function GoogleEndpointDeviceRequestToJSON(json: any): GoogleEndpointDeviceRequest; export declare function GoogleEndpointDeviceRequestToJSONTyped(value?: GoogleEndpointDeviceRequest | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=GoogleEndpointDeviceRequest.d.ts.map