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

SetPropertyServiceLevelRequest

import type { SetPropertyServiceLevelRequest } from "https://googleapis.deno.dev/v1/marketingplatformadmin:v1alpha.ts";

Request message for SetPropertyServiceLevel RPC.

interface SetPropertyServiceLevelRequest {
analyticsProperty?: string;
serviceLevel?: "ANALYTICS_SERVICE_LEVEL_UNSPECIFIED" | "ANALYTICS_SERVICE_LEVEL_STANDARD" | "ANALYTICS_SERVICE_LEVEL_360";
}

§Properties

§
analyticsProperty?: string
[src]

Required. The Analytics property to change the ServiceLevel setting. This field is the name of the Google Analytics Admin API property resource. Format: analyticsadmin.googleapis.com/properties/{property_id}

§
serviceLevel?: "ANALYTICS_SERVICE_LEVEL_UNSPECIFIED" | "ANALYTICS_SERVICE_LEVEL_STANDARD" | "ANALYTICS_SERVICE_LEVEL_360"
[src]

Required. The service level to set for this property.