@niur/google-admanager-api
Version:
Google Ad Manager API Client Library for NodeJs
16 lines • 866 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DeleteUserTeamAssociations = exports.UserTeamAssociationAction = void 0;
/**
* Represents the actions that can be performed on {@link https://developers.google.com/ad-manager/api/reference/v202202/UserTeamAssociationService.UserTeamAssociation UserTeamAssociation} objects.
*/
class UserTeamAssociationAction {
}
exports.UserTeamAssociationAction = 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}.
*/
class DeleteUserTeamAssociations {
}
exports.DeleteUserTeamAssociations = DeleteUserTeamAssociations;
//# sourceMappingURL=userTeamAssociation.action.js.map