UNPKG

@niur/google-admanager-api

Version:
11 lines 658 B
/** * 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