Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleAppsCloudidentityDevicesV1CustomAttributeValue

import type { GoogleAppsCloudidentityDevicesV1CustomAttributeValue } from "https://googleapis.deno.dev/v1/cloudidentity:v1.ts";

Additional custom attribute values may be one of these types

interface GoogleAppsCloudidentityDevicesV1CustomAttributeValue {
boolValue?: boolean;
numberValue?: number;
stringValue?: string;
}

§Properties

§
boolValue?: boolean
[src]

Represents a boolean value.

§
numberValue?: number
[src]

Represents a double value.

§
stringValue?: string
[src]

Represents a string value.