[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[],[],null,["# REST Resource: networks.bandwidthGroups\n\n- [Resource: BandwidthGroup](#BandwidthGroup)\n - [JSON representation](#BandwidthGroup.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: BandwidthGroup\n------------------------\n\nRepresents a group of bandwidths that are logically organized by some well known generic name such as 'Cable' or 'DSL'.\n\n| JSON representation |\n|---------------------------------------------------|\n| ``` { \"name\": string, \"displayName\": string } ``` |\n\n| Fields ||\n|---------------|---------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. The resource name of the `BandwidthGroup`. Format: `networks/{networkCode}/bandwidthGroups/{bandwidth_group_id}` |\n| `displayName` | `string` Output only. The localized name of the bandwidth group. |\n\n| Methods ------- ||\n|----------------------------------------------------------------------------------|-----------------------------------------------------|\n| ### [get](/ad-manager/api/beta/reference/rest/v1/networks.bandwidthGroups/get) | API to retrieve a `BandwidthGroup` object. |\n| ### [list](/ad-manager/api/beta/reference/rest/v1/networks.bandwidthGroups/list) | API to retrieve a list of `BandwidthGroup` objects. |"]]