@niur/google-admanager-api
Version:
Google Ad Manager API Client Library for NodeJs
11 lines • 658 B
TypeScript
/**
* Represents the actions that can be performed on {@link https://developers.google.com/ad-manager/api/reference/v202202/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/v202202/UserService.User User} and a {@link https://developers.google.com/ad-manager/api/reference/v202202/TeamService.Team Team}.
*/
export declare class DeleteUserTeamAssociations implements UserTeamAssociationAction {
}
//# sourceMappingURL=userTeamAssociation.action.d.ts.map