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

SignupUrl

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

An enterprise signup URL.

interface SignupUrl {
name?: string;
url?: string;
}

§Properties

§
name?: string
[src]

The name of the resource. Use this value in the signupUrl field when calling enterprises.create to complete the enterprise signup flow.

§
url?: string
[src]

A URL where an enterprise admin can register their enterprise. The page can't be rendered in an iframe.