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

DescribeClientBrandingResult

import type { DescribeClientBrandingResult } from "https://aws-api.deno.dev/v0.4/services/workspaces.ts?docs=full";
interface DescribeClientBrandingResult {
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 for Android devices.

§
DeviceTypeIos?: IosClientBrandingAttributes | null
[src]

The branding information for iOS devices.

§
DeviceTypeLinux?: DefaultClientBrandingAttributes | null
[src]

The branding information for Linux devices.

§

The branding information for macOS devices.

§

The branding information for Web access.

§
DeviceTypeWindows?: DefaultClientBrandingAttributes | null
[src]

The branding information for Windows devices.