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

UpdateMulticastGroupRequest

import type { UpdateMulticastGroupRequest } from "https://aws-api.deno.dev/v0.3/services/iotwireless.ts?docs=full";
interface UpdateMulticastGroupRequest {
Description?: string | null;
Id: string;
LoRaWAN?: LoRaWANMulticast | null;
Name?: string | null;
}

§Properties

§
Description?: string | null
[src]
§
Id: string
[src]
§
LoRaWAN?: LoRaWANMulticast | null
[src]
§
Name?: string | null
[src]