/** *

Contains the identifier and the name of the GeoMatchSet.

*/ export interface _GeoMatchSetSummary { /** *

The GeoMatchSetId for an GeoMatchSet. You can use GeoMatchSetId in a GetGeoMatchSet request to get detailed information about an GeoMatchSet.

*/ GeoMatchSetId: string; /** *

A friendly name or description of the GeoMatchSet. You can't change the name of an GeoMatchSet after you create it.

*/ Name: string; } export declare type _UnmarshalledGeoMatchSetSummary = _GeoMatchSetSummary;