UNPKG

@guardian/google-admanager-api

Version:

Google Ad Manager API Client Library for NodeJs

11 lines 658 B
/** * Represents the actions that can be performed on {@link https://developers.google.com/ad-manager/api/reference/v202405/UserTeamAssociationService.UserTeamAssociation UserTeamAssociation} objects. */ export declare abstract class UserTeamAssociationAction { } /** * Action to delete the association between a {@link https://developers.google.com/ad-manager/api/reference/v202405/UserService.User User} and a {@link https://developers.google.com/ad-manager/api/reference/v202405/TeamService.Team Team}. */ export declare class DeleteUserTeamAssociations implements UserTeamAssociationAction { } //# sourceMappingURL=userTeamAssociation.action.d.ts.map