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

ImportClientBrandingResult

import type { ImportClientBrandingResult } from "https://aws-api.deno.dev/v0.4/services/workspaces.ts?docs=full";
interface ImportClientBrandingResult {
DeviceTypeAndroid?: DefaultClientBrandingAttributes | null;
DeviceTypeIos?: IosClientBrandingAttributes | null;
DeviceTypeLinux?: DefaultClientBrandingAttributes | null;
DeviceTypeOsx?: DefaultClientBrandingAttributes | null;
DeviceTypeWeb?: DefaultClientBrandingAttributes | null;
DeviceTypeWindows?: DefaultClientBrandingAttributes | null;
}

§Properties

§
DeviceTypeAndroid?: DefaultClientBrandingAttributes | null
[src]

The branding information configured for Android devices.

§
DeviceTypeIos?: IosClientBrandingAttributes | null
[src]

The branding information configured for iOS devices.

§
DeviceTypeLinux?: DefaultClientBrandingAttributes | null
[src]

The branding information configured for Linux devices.

§

The branding information configured for macOS devices.

§

The branding information configured for web access.

§
DeviceTypeWindows?: DefaultClientBrandingAttributes | null
[src]

The branding information configured for Windows devices.